Html Css Color HEX #42BDDB Summer Sky

📋 copy color: '#42BDDB'

red 66 ◦ green 189 ◦ blue 219

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

Shades of Summer Sky #42BDDB

Tints of Summer Sky #42BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 13.92%
G = 39.87%
B = 46.2%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42BDDB (or 0x42BDDB) is known color: Summer Sky. HEX triplet: 42, BD and DB. RGB value is (66,189,219). Sum of RGB (Red+Green+Blue) = 66+189+219=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #42BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDDB is #BD4224. Grayscale: #9B9B9B. Windows color (decimal): -12403237 or 14400834. OLE color: 14400834.

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

Color convert

RGB 66 189 219 -
CMYK 0.70 0.14 0 0.14
HSL 191.76º 0.68% 0.56% -
HSV(B) 191.76º 0.7% 0.86% -
XYZ 33.23 42.67 73.5 -
YUV 155.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 66 189 219 0.70 0.14 0 0.14 191.76 0.68 0.56
Hex 42 BD DB 46 E 0 E C0 44 38
Octal 102 275 333 106 16 0 16 300 104 70
Binary 1000010 10111101 11011011 1000110 1110 0 1110 11000000 1000100 111000

Color Harmonies of #42BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDDB

Black with #42BDDB

Text Example


Text Example

White with #42BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,219); }

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

background-color css

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

 a { background-color: rgb(66,189,219); }

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

border-color css

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

 span { border-color: rgb(66,189,219); }

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