Html Css Color HEX #42CBEC Summer Sky

📋 copy color: '#42CBEC'

red 66 ◦ green 203 ◦ blue 236

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

Shades of Summer Sky #42CBEC

Tints of Summer Sky #42CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 13.07%
G = 40.2%
B = 46.73%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42CBEC (or 0x42CBEC) is known color: Summer Sky. HEX triplet: 42, CB and EC. RGB value is (66,203,236). Sum of RGB (Red+Green+Blue) = 66+203+236=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #42CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CBEC is #BD3413. Grayscale: #A5A5A5. Windows color (decimal): -12399636 or 15518530. OLE color: 15518530.

HSL color Cylindrical-coordinate representation of color #42CBEC: hue angle of 191.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CBEC is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 203 236 -
CMYK 0.72 0.14 0 0.07
HSL 191.65º 0.82% 0.59% -
HSV(B) 191.65º 0.72% 0.93% -
XYZ 38.74 49.93 86.95 -
YUV 165.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 66 203 236 0.72 0.14 0 0.07 191.65 0.82 0.59
Hex 42 CB EC 48 E 0 7 C0 52 3B
Octal 102 313 354 110 16 0 7 300 122 73
Binary 1000010 11001011 11101100 1001000 1110 0 111 11000000 1010010 111011

Color Harmonies of #42CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBEC

Black with #42CBEC

Text Example


Text Example

White with #42CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,203,236); }

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

background-color css

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

 a { background-color: rgb(66,203,236); }

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

border-color css

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

 span { border-color: rgb(66,203,236); }

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