Html Css Color HEX #42AAF2 Summer Sky

📋 copy color: '#42AAF2'

red 66 ◦ green 170 ◦ blue 242

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

Shades of Summer Sky #42AAF2

Tints of Summer Sky #42AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 13.81%
G = 35.56%
B = 50.63%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#42AAF2 (or 0x42AAF2) is known color: Summer Sky. HEX triplet: 42, AA and F2. RGB value is (66,170,242). Sum of RGB (Red+Green+Blue) = 66+170+242=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #42AAF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF2 is #BD550D. Grayscale: #929292. Windows color (decimal): -12408078 or 15903298. OLE color: 15903298.

HSL color Cylindrical-coordinate representation of color #42AAF2: hue angle of 204.55º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AAF2 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 170 242 -
CMYK 0.73 0.30 0 0.05
HSL 204.55º 0.87% 0.6% -
HSV(B) 204.55º 0.73% 0.95% -
XYZ 32.65 36.32 89.29 -
YUV 147.11 181.54 70.15 -
System Red Green Blue C M Y K H S L
Decimal 66 170 242 0.73 0.30 0 0.05 204.55 0.87 0.6
Hex 42 AA F2 49 1E 0 5 CD 57 3C
Octal 102 252 362 111 36 0 5 315 127 74
Binary 1000010 10101010 11110010 1001001 11110 0 101 11001101 1010111 111100

Color Harmonies of #42AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAF2

Black with #42AAF2

Text Example


Text Example

White with #42AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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