Html Css Color HEX #42BCDC Summer Sky

📋 copy color: '#42BCDC'

red 66 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #42BCDC

Tints of Summer Sky #42BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 13.92%
G = 39.66%
B = 46.41%

CMYK

 C value IS 0.7

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42BCDC (or 0x42BCDC) is known color: Summer Sky. HEX triplet: 42, BC and DC. RGB value is (66,188,220). Sum of RGB (Red+Green+Blue) = 66+188+220=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #42BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCDC is #BD4323. Grayscale: #9A9A9A. Windows color (decimal): -12403492 or 14466114. OLE color: 14466114.

HSL color Cylindrical-coordinate representation of color #42BCDC: hue angle of 192.47º degrees, saturation: 0.69, 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 #42BCDC is Cyan = 0.7, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 188 220 -
CMYK 0.7 0.15 0 0.14
HSL 192.47º 0.69% 0.56% -
HSV(B) 192.47º 0.7% 0.86% -
XYZ 33.15 42.29 74.13 -
YUV 155.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 66 188 220 0.7 0.15 0 0.14 192.47 0.69 0.56
Hex 42 BC DC 46 F 0 E C0 45 38
Octal 102 274 334 106 17 0 16 300 105 70
Binary 1000010 10111100 11011100 1000110 1111 0 1110 11000000 1000101 111000

Color Harmonies of #42BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCDC

Black with #42BCDC

Text Example


Text Example

White with #42BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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