Html Css Color HEX #42A3EA Summer Sky

📋 copy color: '#42A3EA'

red 66 ◦ green 163 ◦ blue 234

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

Shades of Summer Sky #42A3EA

Tints of Summer Sky #42A3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 14.25%
G = 35.21%
B = 50.54%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42A3EA (or 0x42A3EA) is known color: Summer Sky. HEX triplet: 42, A3 and EA. RGB value is (66,163,234). Sum of RGB (Red+Green+Blue) = 66+163+234=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #42A3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A3EA is #BD5C15. Grayscale: #8D8D8D. Windows color (decimal): -12409878 or 15377218. OLE color: 15377218.

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

Color convert

RGB 66 163 234 -
CMYK 0.72 0.30 0 0.08
HSL 205.36º 0.8% 0.59% -
HSV(B) 205.36º 0.72% 0.92% -
XYZ 30.2 33.29 82.68 -
YUV 142.09 179.86 73.73 -
System Red Green Blue C M Y K H S L
Decimal 66 163 234 0.72 0.30 0 0.08 205.36 0.8 0.59
Hex 42 A3 EA 48 1E 0 8 CD 50 3B
Octal 102 243 352 110 36 0 10 315 120 73
Binary 1000010 10100011 11101010 1001000 11110 0 1000 11001101 1010000 111011

Color Harmonies of #42A3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A3EA

Black with #42A3EA

Text Example


Text Example

White with #42A3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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