Html Css Color HEX #42CBEB Summer Sky

📋 copy color: '#42CBEB'

red 66 ◦ green 203 ◦ blue 235

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

Shades of Summer Sky #42CBEB

Tints of Summer Sky #42CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 13.1%
G = 40.28%
B = 46.63%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42CBEB (or 0x42CBEB) is known color: Summer Sky. HEX triplet: 42, CB and EB. RGB value is (66,203,235). Sum of RGB (Red+Green+Blue) = 66+203+235=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #42CBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CBEB is #BD3414. Grayscale: #A5A5A5. Windows color (decimal): -12399637 or 15452994. OLE color: 15452994.

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

Color convert

RGB 66 203 235 -
CMYK 0.72 0.14 0 0.08
HSL 191.36º 0.81% 0.59% -
HSV(B) 191.36º 0.72% 0.92% -
XYZ 38.6 49.87 86.19 -
YUV 165.69 167.11 56.9 -
System Red Green Blue C M Y K H S L
Decimal 66 203 235 0.72 0.14 0 0.08 191.36 0.81 0.59
Hex 42 CB EB 48 E 0 8 BF 51 3B
Octal 102 313 353 110 16 0 10 277 121 73
Binary 1000010 11001011 11101011 1001000 1110 0 1000 10111111 1010001 111011

Color Harmonies of #42CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBEB

Black with #42CBEB

Text Example


Text Example

White with #42CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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