Html Css Color HEX #42AFDE Summer Sky

📋 copy color: '#42AFDE'

red 66 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #42AFDE

Tints of Summer Sky #42AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 14.25%
G = 37.8%
B = 47.95%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42AFDE (or 0x42AFDE) is known color: Summer Sky. HEX triplet: 42, AF and DE. RGB value is (66,175,222). Sum of RGB (Red+Green+Blue) = 66+175+222=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #42AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFDE is #BD5021. Grayscale: #939393. Windows color (decimal): -12406818 or 14593858. OLE color: 14593858.

HSL color Cylindrical-coordinate representation of color #42AFDE: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AFDE is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 175 222 -
CMYK 0.70 0.21 0 0.13
HSL 198.08º 0.7% 0.56% -
HSV(B) 198.08º 0.7% 0.87% -
XYZ 30.76 37.09 74.65 -
YUV 147.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 66 175 222 0.70 0.21 0 0.13 198.08 0.7 0.56
Hex 42 AF DE 46 15 0 D C6 46 38
Octal 102 257 336 106 25 0 15 306 106 70
Binary 1000010 10101111 11011110 1000110 10101 0 1101 11000110 1000110 111000

Color Harmonies of #42AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFDE

Black with #42AFDE

Text Example


Text Example

White with #42AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,222); }

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

background-color css

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

 a { background-color: rgb(66,175,222); }

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

border-color css

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

 span { border-color: rgb(66,175,222); }

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