Html Css Color HEX #42A8EB Summer Sky

📋 copy color: '#42A8EB'

red 66 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #42A8EB

Tints of Summer Sky #42A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 14.07%
G = 35.82%
B = 50.11%

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

#42A8EB (or 0x42A8EB) is known color: Summer Sky. HEX triplet: 42, A8 and EB. RGB value is (66,168,235). Sum of RGB (Red+Green+Blue) = 66+168+235=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #42A8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A8EB is #BD5714. Grayscale: #909090. Windows color (decimal): -12408597 or 15444034. OLE color: 15444034.

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

Color convert

RGB 66 168 235 -
CMYK 0.72 0.29 0 0.08
HSL 203.79º 0.81% 0.59% -
HSV(B) 203.79º 0.72% 0.92% -
XYZ 31.24 35.16 83.74 -
YUV 145.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 66 168 235 0.72 0.29 0 0.08 203.79 0.81 0.59
Hex 42 A8 EB 48 1D 0 8 CC 51 3B
Octal 102 250 353 110 35 0 10 314 121 73
Binary 1000010 10101000 11101011 1001000 11101 0 1000 11001100 1010001 111011

Color Harmonies of #42A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A8EB

Black with #42A8EB

Text Example


Text Example

White with #42A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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