Html Css Color HEX #42A7E9 Summer Sky

📋 copy color: '#42A7E9'

red 66 ◦ green 167 ◦ blue 233

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

Shades of Summer Sky #42A7E9

Tints of Summer Sky #42A7E9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

 BLUE value IS 233 (91.41% from 255) = 50%

R = 14.16%
G = 35.84%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#42A7E9 (or 0x42A7E9) is known color: Summer Sky. HEX triplet: 42, A7 and E9. RGB value is (66,167,233). Sum of RGB (Red+Green+Blue) = 66+167+233=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #42A7E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A7E9 is #BD5816. Grayscale: #8F8F8F. Windows color (decimal): -12408855 or 15312706. OLE color: 15312706.

HSL color Cylindrical-coordinate representation of color #42A7E9: hue angle of 203.71º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A7E9 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 167 233 -
CMYK 0.72 0.28 0 0.09
HSL 203.71º 0.79% 0.59% -
HSV(B) 203.71º 0.72% 0.91% -
XYZ 30.77 34.68 82.16 -
YUV 144.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 66 167 233 0.72 0.28 0 0.09 203.71 0.79 0.59
Hex 42 A7 E9 48 1C 0 9 CC 4F 3B
Octal 102 247 351 110 34 0 11 314 117 73
Binary 1000010 10100111 11101001 1001000 11100 0 1001 11001100 1001111 111011

Color Harmonies of #42A7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A7E9

Black with #42A7E9

Text Example


Text Example

White with #42A7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,167,233); }

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

background-color css

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

 a { background-color: rgb(66,167,233); }

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

border-color css

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

 span { border-color: rgb(66,167,233); }

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