Html Css Color HEX #42AEEB Summer Sky

📋 copy color: '#42AEEB'

red 66 ◦ green 174 ◦ blue 235

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

Shades of Summer Sky #42AEEB

Tints of Summer Sky #42AEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

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

R = 13.89%
G = 36.63%
B = 49.47%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42AEEB (or 0x42AEEB) is known color: Summer Sky. HEX triplet: 42, AE and EB. RGB value is (66,174,235). Sum of RGB (Red+Green+Blue) = 66+174+235=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #42AEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AEEB is #BD5114. Grayscale: #949494. Windows color (decimal): -12407061 or 15445570. OLE color: 15445570.

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

Color convert

RGB 66 174 235 -
CMYK 0.72 0.26 0 0.08
HSL 201.66º 0.81% 0.59% -
HSV(B) 201.66º 0.72% 0.92% -
XYZ 32.38 37.43 84.12 -
YUV 148.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 66 174 235 0.72 0.26 0 0.08 201.66 0.81 0.59
Hex 42 AE EB 48 1A 0 8 CA 51 3B
Octal 102 256 353 110 32 0 10 312 121 73
Binary 1000010 10101110 11101011 1001000 11010 0 1000 11001010 1010001 111011

Color Harmonies of #42AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AEEB

Black with #42AEEB

Text Example


Text Example

White with #42AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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