Html Css Color HEX #42BAEC Summer Sky

📋 copy color: '#42BAEC'

red 66 ◦ green 186 ◦ blue 236

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

Shades of Summer Sky #42BAEC

Tints of Summer Sky #42BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

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

R = 13.52%
G = 38.11%
B = 48.36%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42BAEC (or 0x42BAEC) is known color: Summer Sky. HEX triplet: 42, BA and EC. RGB value is (66,186,236). Sum of RGB (Red+Green+Blue) = 66+186+236=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #42BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAEC is #BD4513. Grayscale: #9B9B9B. Windows color (decimal): -12403988 or 15514178. OLE color: 15514178.

HSL color Cylindrical-coordinate representation of color #42BAEC: hue angle of 197.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 #42BAEC is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 186 236 -
CMYK 0.72 0.21 0 0.07
HSL 197.65º 0.82% 0.59% -
HSV(B) 197.65º 0.72% 0.93% -
XYZ 34.95 42.33 85.69 -
YUV 155.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 66 186 236 0.72 0.21 0 0.07 197.65 0.82 0.59
Hex 42 BA EC 48 15 0 7 C6 52 3B
Octal 102 272 354 110 25 0 7 306 122 73
Binary 1000010 10111010 11101100 1001000 10101 0 111 11000110 1010010 111011

Color Harmonies of #42BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAEC

Black with #42BAEC

Text Example


Text Example

White with #42BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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