Html Css Color HEX #42BCEA Summer Sky

📋 copy color: '#42BCEA'

red 66 ◦ green 188 ◦ blue 234

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

Shades of Summer Sky #42BCEA

Tints of Summer Sky #42BCEA

RGB

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

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

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

R = 13.52%
G = 38.52%
B = 47.95%

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

#42BCEA (or 0x42BCEA) is known color: Summer Sky. HEX triplet: 42, BC and EA. RGB value is (66,188,234). Sum of RGB (Red+Green+Blue) = 66+188+234=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #42BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCEA is #BD4315. Grayscale: #9C9C9C. Windows color (decimal): -12403478 or 15383618. OLE color: 15383618.

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

Color convert

RGB 66 188 234 -
CMYK 0.72 0.20 0 0.08
HSL 196.43º 0.8% 0.59% -
HSV(B) 196.43º 0.72% 0.92% -
XYZ 35.08 43.07 84.31 -
YUV 156.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 66 188 234 0.72 0.20 0 0.08 196.43 0.8 0.59
Hex 42 BC EA 48 14 0 8 C4 50 3B
Octal 102 274 352 110 24 0 10 304 120 73
Binary 1000010 10111100 11101010 1001000 10100 0 1000 11000100 1010000 111011

Color Harmonies of #42BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCEA

Black with #42BCEA

Text Example


Text Example

White with #42BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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