Html Css Color HEX #42A6EB Summer Sky

📋 copy color: '#42A6EB'

red 66 ◦ green 166 ◦ blue 235

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

Shades of Summer Sky #42A6EB

Tints of Summer Sky #42A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 14.13%
G = 35.55%
B = 50.32%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42A6EB (or 0x42A6EB) is known color: Summer Sky. HEX triplet: 42, A6 and EB. RGB value is (66,166,235). Sum of RGB (Red+Green+Blue) = 66+166+235=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #42A6EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A6EB is #BD5914. Grayscale: #8F8F8F. Windows color (decimal): -12409109 or 15443522. OLE color: 15443522.

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

Color convert

RGB 66 166 235 -
CMYK 0.72 0.29 0 0.08
HSL 204.5º 0.81% 0.59% -
HSV(B) 204.5º 0.72% 0.92% -
XYZ 30.88 34.43 83.62 -
YUV 143.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 66 166 235 0.72 0.29 0 0.08 204.5 0.81 0.59
Hex 42 A6 EB 48 1D 0 8 CC 51 3B
Octal 102 246 353 110 35 0 10 314 121 73
Binary 1000010 10100110 11101011 1001000 11101 0 1000 11001100 1010001 111011

Color Harmonies of #42A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A6EB

Black with #42A6EB

Text Example


Text Example

White with #42A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,166,235); }

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

background-color css

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

 a { background-color: rgb(66,166,235); }

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

border-color css

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

 span { border-color: rgb(66,166,235); }

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