Html Css Color HEX #42AAF0 Summer Sky

📋 copy color: '#42AAF0'

red 66 ◦ green 170 ◦ blue 240

#42AAF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #42AAF0

Tints of Summer Sky #42AAF0

RGB

 RED value IS 66 (26.17% from 255) = 13.87%

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 13.87%
G = 35.71%
B = 50.42%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42AAF0 (or 0x42AAF0) is known color: Summer Sky. HEX triplet: 42, AA and F0. RGB value is (66,170,240). Sum of RGB (Red+Green+Blue) = 66+170+240=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #42AAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF0 is #BD550F. Grayscale: #929292. Windows color (decimal): -12408080 or 15772226. OLE color: 15772226.

HSL color Cylindrical-coordinate representation of color #42AAF0: hue angle of 204.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AAF0 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 170 240 -
CMYK 0.72 0.29 0 0.06
HSL 204.14º 0.85% 0.6% -
HSV(B) 204.14º 0.73% 0.94% -
XYZ 32.35 36.2 87.72 -
YUV 146.88 180.54 70.31 -
System Red Green Blue C M Y K H S L
Decimal 66 170 240 0.72 0.29 0 0.06 204.14 0.85 0.6
Hex 42 AA F0 48 1D 0 6 CC 55 3C
Octal 102 252 360 110 35 0 6 314 125 74
Binary 1000010 10101010 11110000 1001000 11101 0 110 11001100 1010101 111100

Color Harmonies of #42AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAF0

Black with #42AAF0

Text Example


Text Example

White with #42AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AAF0; }

 p { color: rgb(66,170,240); }

 H1.HeaderClassName
 {
   color: #42AAF0;
 }
 .AnyTagClassName
 {
   color: #42AAF0;
 }
</style>

background-color css

<style>
 a { background-color: #42AAF0; }

 a { background-color: rgb(66,170,240); }

 div.DivClassName
 {
   background-color: #42AAF0;
 }
 .BgClassName
 {
   background-color: #42AAF0;
 }
</style>

border-color css

<style>
 span { border-color: #42AAF0; }

 span { border-color: rgb(66,170,240); }

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