Html Css Color HEX #42AFEB Summer Sky

📋 copy color: '#42AFEB'

red 66 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #42AFEB

Tints of Summer Sky #42AFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 13.87%
G = 36.76%
B = 49.37%

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

#42AFEB (or 0x42AFEB) is known color: Summer Sky. HEX triplet: 42, AF and EB. RGB value is (66,175,235). Sum of RGB (Red+Green+Blue) = 66+175+235=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #42AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFEB is #BD5014. Grayscale: #949494. Windows color (decimal): -12406805 or 15445826. OLE color: 15445826.

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

Color convert

RGB 66 175 235 -
CMYK 0.72 0.26 0 0.08
HSL 201.3º 0.81% 0.59% -
HSV(B) 201.3º 0.72% 0.92% -
XYZ 32.57 37.82 84.18 -
YUV 149.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 66 175 235 0.72 0.26 0 0.08 201.3 0.81 0.59
Hex 42 AF EB 48 1A 0 8 C9 51 3B
Octal 102 257 353 110 32 0 10 311 121 73
Binary 1000010 10101111 11101011 1001000 11010 0 1000 11001001 1010001 111011

Color Harmonies of #42AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFEB

Black with #42AFEB

Text Example


Text Example

White with #42AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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