Html Css Color HEX #42B5EA Summer Sky

📋 copy color: '#42B5EA'

red 66 ◦ green 181 ◦ blue 234

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

Shades of Summer Sky #42B5EA

Tints of Summer Sky #42B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 13.72%
G = 37.63%
B = 48.65%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42B5EA (or 0x42B5EA) is known color: Summer Sky. HEX triplet: 42, B5 and EA. RGB value is (66,181,234). Sum of RGB (Red+Green+Blue) = 66+181+234=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #42B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B5EA is #BD4A15. Grayscale: #989898. Windows color (decimal): -12405270 or 15381826. OLE color: 15381826.

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

Color convert

RGB 66 181 234 -
CMYK 0.72 0.23 0 0.08
HSL 198.93º 0.8% 0.59% -
HSV(B) 198.93º 0.72% 0.92% -
XYZ 33.62 40.15 83.82 -
YUV 152.66 173.9 66.19 -
System Red Green Blue C M Y K H S L
Decimal 66 181 234 0.72 0.23 0 0.08 198.93 0.8 0.59
Hex 42 B5 EA 48 17 0 8 C7 50 3B
Octal 102 265 352 110 27 0 10 307 120 73
Binary 1000010 10110101 11101010 1001000 10111 0 1000 11000111 1010000 111011

Color Harmonies of #42B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B5EA

Black with #42B5EA

Text Example


Text Example

White with #42B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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