Html Css Color HEX #42BFD9 Summer Sky

📋 copy color: '#42BFD9'

red 66 ◦ green 191 ◦ blue 217

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

Shades of Summer Sky #42BFD9

Tints of Summer Sky #42BFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 217 (85.16% from 255) = 45.78%

R = 13.92%
G = 40.3%
B = 45.78%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42BFD9 (or 0x42BFD9) is known color: Summer Sky. HEX triplet: 42, BF and D9. RGB value is (66,191,217). Sum of RGB (Red+Green+Blue) = 66+191+217=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #42BFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFD9 is #BD4026. Grayscale: #9C9C9C. Windows color (decimal): -12402727 or 14270274. OLE color: 14270274.

HSL color Cylindrical-coordinate representation of color #42BFD9: hue angle of 190.33º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BFD9 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 191 217 -
CMYK 0.70 0.12 0 0.15
HSL 190.33º 0.67% 0.55% -
HSV(B) 190.33º 0.7% 0.85% -
XYZ 33.4 43.43 72.27 -
YUV 156.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 66 191 217 0.70 0.12 0 0.15 190.33 0.67 0.55
Hex 42 BF D9 46 C 0 F BE 43 37
Octal 102 277 331 106 14 0 17 276 103 67
Binary 1000010 10111111 11011001 1000110 1100 0 1111 10111110 1000011 110111

Color Harmonies of #42BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFD9

Black with #42BFD9

Text Example


Text Example

White with #42BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,217); }

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

background-color css

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

 a { background-color: rgb(66,191,217); }

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

border-color css

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

 span { border-color: rgb(66,191,217); }

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