Html Css Color HEX #42AAF5 Summer Sky

📋 copy color: '#42AAF5'

red 66 ◦ green 170 ◦ blue 245

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

Shades of Summer Sky #42AAF5

Tints of Summer Sky #42AAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.94%

R = 13.72%
G = 35.34%
B = 50.94%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#42AAF5 (or 0x42AAF5) is known color: Summer Sky. HEX triplet: 42, AA and F5. RGB value is (66,170,245). Sum of RGB (Red+Green+Blue) = 66+170+245=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #42AAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF5 is #BD550A. Grayscale: #939393. Windows color (decimal): -12408075 or 16099906. OLE color: 16099906.

HSL color Cylindrical-coordinate representation of color #42AAF5: hue angle of 205.14º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AAF5 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 170 245 -
CMYK 0.73 0.31 0 0.04
HSL 205.14º 0.9% 0.61% -
HSV(B) 205.14º 0.73% 0.96% -
XYZ 33.1 36.5 91.69 -
YUV 147.45 183.04 69.9 -
System Red Green Blue C M Y K H S L
Decimal 66 170 245 0.73 0.31 0 0.04 205.14 0.9 0.61
Hex 42 AA F5 49 1F 0 4 CD 5A 3D
Octal 102 252 365 111 37 0 4 315 132 75
Binary 1000010 10101010 11110101 1001001 11111 0 100 11001101 1011010 111101

Color Harmonies of #42AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAF5

Black with #42AAF5

Text Example


Text Example

White with #42AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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