Html Css Color HEX #42BBEA Summer Sky

📋 copy color: '#42BBEA'

red 66 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #42BBEA

Tints of Summer Sky #42BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 13.55%
G = 38.4%
B = 48.05%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42BBEA (or 0x42BBEA) is known color: Summer Sky. HEX triplet: 42, BB and EA. RGB value is (66,187,234). Sum of RGB (Red+Green+Blue) = 66+187+234=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #42BBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBEA is #BD4415. Grayscale: #9B9B9B. Windows color (decimal): -12403734 or 15383362. OLE color: 15383362.

HSL color Cylindrical-coordinate representation of color #42BBEA: hue angle of 196.79º degrees, saturation: 0.8, 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 #42BBEA is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 187 234 -
CMYK 0.72 0.20 0 0.08
HSL 196.79º 0.8% 0.59% -
HSV(B) 196.79º 0.72% 0.92% -
XYZ 34.87 42.64 84.23 -
YUV 156.18 171.91 63.68 -
System Red Green Blue C M Y K H S L
Decimal 66 187 234 0.72 0.20 0 0.08 196.79 0.8 0.59
Hex 42 BB EA 48 14 0 8 C5 50 3B
Octal 102 273 352 110 24 0 10 305 120 73
Binary 1000010 10111011 11101010 1001000 10100 0 1000 11000101 1010000 111011

Color Harmonies of #42BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBEA

Black with #42BBEA

Text Example


Text Example

White with #42BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,234); }

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

background-color css

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

 a { background-color: rgb(66,187,234); }

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

border-color css

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

 span { border-color: rgb(66,187,234); }

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