#38a0f0

Color #38A0F0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38A0F0

Tints of Summer Sky #38A0F0

Color information

#38A0F0 (or 0x38A0F0) is unknown color: approx Summer Sky. HEX triplet: 38, A0 and F0. RGB value is (56,160,240). Sum of RGB (Red+Green+Blue) = 56+160+240=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #38A0F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A0F0 is #C75F0F. Grayscale: #898989. Windows color (decimal): -13066000 or 15769656. OLE color: 15769656.

HSL color Cylindrical-coordinate representation of color #38A0F0: hue angle of 206.09º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38A0F0 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB56160240-
CMYK0.770.3300.06
HSL206.09º85.98%58.04%-
HSV(B)206.09º76.67%94.12%-
XYZ29.9332.2787.09-
YUV138.02185.5469.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.28%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 240 (94.14% from 255) = 52.63%
R=12.28%
G=35.09%
B=52.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal561602400.770.3300.06206.0985.9858.04
Hex38A0F04D2106ce563a
Octal70240360115410631612672
Binary111000101000001111000010011011000010110110011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a0f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38a0f0; }

 p { color: rgb(56,160,240); }

 H1.HeaderClassName
 {
   color: #38a0f0;
 }
 .AnyTagClassName
 {
   color: #38a0f0;
 }
</style>
background-color css

<style>
 a { background-color: #38a0f0; }

 a { background-color: rgb(56,160,240); }

 div.DivClassName
 {
   background-color: #38a0f0;
 }
 .BgClassName
 {
   background-color: #38a0f0;
 }
</style>
border-color css

<style>
 span { border-color: #38a0f0; }

 span { border-color: rgb(56,160,240); }

 td.TdClassName
 {
   border-color: #38a0f0;
 }
 .TagClassName
 {
   border-color: #38a0f0;
 }
</style>