Html Css Color HEX #42BCDB Summer Sky

📋 copy color: '#42BCDB'

red 66 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #42BCDB

Tints of Summer Sky #42BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 13.95%
G = 39.75%
B = 46.3%

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

#42BCDB (or 0x42BCDB) is known color: Summer Sky. HEX triplet: 42, BC and DB. RGB value is (66,188,219). Sum of RGB (Red+Green+Blue) = 66+188+219=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #42BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCDB is #BD4324. Grayscale: #9A9A9A. Windows color (decimal): -12403493 or 14400578. OLE color: 14400578.

HSL color Cylindrical-coordinate representation of color #42BCDB: hue angle of 192.16º 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 #42BCDB is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 188 219 -
CMYK 0.70 0.14 0 0.14
HSL 192.16º 0.68% 0.56% -
HSV(B) 192.16º 0.7% 0.86% -
XYZ 33.02 42.24 73.43 -
YUV 155.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 66 188 219 0.70 0.14 0 0.14 192.16 0.68 0.56
Hex 42 BC DB 46 E 0 E C0 44 38
Octal 102 274 333 106 16 0 16 300 104 70
Binary 1000010 10111100 11011011 1000110 1110 0 1110 11000000 1000100 111000

Color Harmonies of #42BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCDB

Black with #42BCDB

Text Example


Text Example

White with #42BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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