Html Css Color HEX #42BBD7 Summer Sky

📋 copy color: '#42BBD7'

red 66 ◦ green 187 ◦ blue 215

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

Shades of Summer Sky #42BBD7

Tints of Summer Sky #42BBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

 BLUE value IS 215 (84.38% from 255) = 45.94%

R = 14.1%
G = 39.96%
B = 45.94%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42BBD7 (or 0x42BBD7) is known color: Summer Sky. HEX triplet: 42, BB and D7. RGB value is (66,187,215). Sum of RGB (Red+Green+Blue) = 66+187+215=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #42BBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBD7 is #BD4428. Grayscale: #999999. Windows color (decimal): -12403753 or 14138178. OLE color: 14138178.

HSL color Cylindrical-coordinate representation of color #42BBD7: hue angle of 191.28º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BBD7 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 187 215 -
CMYK 0.69 0.13 0 0.16
HSL 191.28º 0.65% 0.55% -
HSV(B) 191.28º 0.69% 0.84% -
XYZ 32.28 41.61 70.62 -
YUV 154.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 66 187 215 0.69 0.13 0 0.16 191.28 0.65 0.55
Hex 42 BB D7 45 D 0 10 BF 41 37
Octal 102 273 327 105 15 0 20 277 101 67
Binary 1000010 10111011 11010111 1000101 1101 0 10000 10111111 1000001 110111

Color Harmonies of #42BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBD7

Black with #42BBD7

Text Example


Text Example

White with #42BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,215); }

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

background-color css

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

 a { background-color: rgb(66,187,215); }

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

border-color css

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

 span { border-color: rgb(66,187,215); }

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