Html Css Color HEX #42B9EA Summer Sky

📋 copy color: '#42B9EA'

red 66 ◦ green 185 ◦ blue 234

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

Shades of Summer Sky #42B9EA

Tints of Summer Sky #42B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

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

R = 13.61%
G = 38.14%
B = 48.25%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42B9EA (or 0x42B9EA) is known color: Summer Sky. HEX triplet: 42, B9 and EA. RGB value is (66,185,234). Sum of RGB (Red+Green+Blue) = 66+185+234=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #42B9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B9EA is #BD4615. Grayscale: #9A9A9A. Windows color (decimal): -12404246 or 15382850. OLE color: 15382850.

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

Color convert

RGB 66 185 234 -
CMYK 0.72 0.21 0 0.08
HSL 197.5º 0.8% 0.59% -
HSV(B) 197.5º 0.72% 0.92% -
XYZ 34.45 41.8 84.09 -
YUV 155.01 172.58 64.52 -
System Red Green Blue C M Y K H S L
Decimal 66 185 234 0.72 0.21 0 0.08 197.5 0.8 0.59
Hex 42 B9 EA 48 15 0 8 C6 50 3B
Octal 102 271 352 110 25 0 10 306 120 73
Binary 1000010 10111001 11101010 1001000 10101 0 1000 11000110 1010000 111011

Color Harmonies of #42B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B9EA

Black with #42B9EA

Text Example


Text Example

White with #42B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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