Html Css Color HEX #35ABDB Summer Sky

📋 copy color: '#35ABDB'

red 53 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #35ABDB

Tints of Summer Sky #35ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 11.96%
G = 38.6%
B = 49.44%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35ABDB (or 0x35ABDB) is known color: Summer Sky. HEX triplet: 35, AB and DB. RGB value is (53,171,219). Sum of RGB (Red+Green+Blue) = 53+171+219=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #35ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABDB is #CA5424. Grayscale: #8C8C8C. Windows color (decimal): -13259813 or 14396213. OLE color: 14396213.

HSL color Cylindrical-coordinate representation of color #35ABDB: hue angle of 197.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35ABDB is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 171 219 -
CMYK 0.76 0.22 0 0.14
HSL 197.35º 0.7% 0.53% -
HSV(B) 197.35º 0.76% 0.86% -
XYZ 28.82 35 72.25 -
YUV 141.19 171.91 65.1 -
System Red Green Blue C M Y K H S L
Decimal 53 171 219 0.76 0.22 0 0.14 197.35 0.7 0.53
Hex 35 AB DB 4C 16 0 E C5 46 35
Octal 65 253 333 114 26 0 16 305 106 65
Binary 110101 10101011 11011011 1001100 10110 0 1110 11000101 1000110 110101

Color Harmonies of #35ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ABDB

Black with #35ABDB

Text Example


Text Example

White with #35ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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