Html Css Color HEX #35ABEC Summer Sky

📋 copy color: '#35ABEC'

red 53 ◦ green 171 ◦ blue 236

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

Shades of Summer Sky #35ABEC

Tints of Summer Sky #35ABEC

RGB

 RED value IS 53 (21.09% from 255) = 11.52%

 GREEN value IS 171 (67.19% from 255) = 37.17%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 11.52%
G = 37.17%
B = 51.3%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#35ABEC (or 0x35ABEC) is known color: Summer Sky. HEX triplet: 35, AB and EC. RGB value is (53,171,236). Sum of RGB (Red+Green+Blue) = 53+171+236=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #35ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ABEC is #CA5413. Grayscale: #8E8E8E. Windows color (decimal): -13259796 or 15510325. OLE color: 15510325.

HSL color Cylindrical-coordinate representation of color #35ABEC: hue angle of 201.31º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ABEC is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 171 236 -
CMYK 0.78 0.28 0 0.07
HSL 201.31º 0.83% 0.57% -
HSV(B) 201.31º 0.78% 0.93% -
XYZ 31.17 35.94 84.65 -
YUV 143.13 180.41 63.71 -
System Red Green Blue C M Y K H S L
Decimal 53 171 236 0.78 0.28 0 0.07 201.31 0.83 0.57
Hex 35 AB EC 4E 1C 0 7 C9 53 39
Octal 65 253 354 116 34 0 7 311 123 71
Binary 110101 10101011 11101100 1001110 11100 0 111 11001001 1010011 111001

Color Harmonies of #35ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ABEC

Black with #35ABEC

Text Example


Text Example

White with #35ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35ABEC; }

 p { color: rgb(53,171,236); }

 H1.HeaderClassName
 {
   color: #35ABEC;
 }
 .AnyTagClassName
 {
   color: #35ABEC;
 }
</style>

background-color css

<style>
 a { background-color: #35ABEC; }

 a { background-color: rgb(53,171,236); }

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

border-color css

<style>
 span { border-color: #35ABEC; }

 span { border-color: rgb(53,171,236); }

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