Html Css Color HEX #35AFDB Summer Sky

📋 copy color: '#35AFDB'

red 53 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #35AFDB

Tints of Summer Sky #35AFDB

RGB

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

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

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

R = 11.86%
G = 39.15%
B = 48.99%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35AFDB (or 0x35AFDB) is known color: Summer Sky. HEX triplet: 35, AF and DB. RGB value is (53,175,219). Sum of RGB (Red+Green+Blue) = 53+175+219=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #35AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFDB is #CA5024. Grayscale: #8F8F8F. Windows color (decimal): -13258789 or 14397237. OLE color: 14397237.

HSL color Cylindrical-coordinate representation of color #35AFDB: hue angle of 195.9º 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 #35AFDB is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 175 219 -
CMYK 0.76 0.20 0 0.14
HSL 195.9º 0.7% 0.53% -
HSV(B) 195.9º 0.76% 0.86% -
XYZ 29.58 36.53 72.51 -
YUV 143.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 53 175 219 0.76 0.20 0 0.14 195.9 0.7 0.53
Hex 35 AF DB 4C 14 0 E C4 46 35
Octal 65 257 333 114 24 0 16 304 106 65
Binary 110101 10101111 11011011 1001100 10100 0 1110 11000100 1000110 110101

Color Harmonies of #35AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AFDB

Black with #35AFDB

Text Example


Text Example

White with #35AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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