Html Css Color HEX #42AAF7 Summer Sky

📋 copy color: '#42AAF7'

red 66 ◦ green 170 ◦ blue 247

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

Shades of Summer Sky #42AAF7

Tints of Summer Sky #42AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 13.66%
G = 35.2%
B = 51.14%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42AAF7 (or 0x42AAF7) is known color: Summer Sky. HEX triplet: 42, AA and F7. RGB value is (66,170,247). Sum of RGB (Red+Green+Blue) = 66+170+247=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #42AAF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF7 is #BD5508. Grayscale: #939393. Windows color (decimal): -12408073 or 16230978. OLE color: 16230978.

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

Color convert

RGB 66 170 247 -
CMYK 0.73 0.31 0 0.03
HSL 205.52º 0.92% 0.61% -
HSV(B) 205.52º 0.73% 0.97% -
XYZ 33.41 36.62 93.3 -
YUV 147.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 66 170 247 0.73 0.31 0 0.03 205.52 0.92 0.61
Hex 42 AA F7 49 1F 0 3 CE 5C 3D
Octal 102 252 367 111 37 0 3 316 134 75
Binary 1000010 10101010 11110111 1001001 11111 0 11 11001110 1011100 111101

Color Harmonies of #42AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAF7

Black with #42AAF7

Text Example


Text Example

White with #42AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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