Html Css Color HEX #35B9DB Summer Sky

📋 copy color: '#35B9DB'

red 53 ◦ green 185 ◦ blue 219

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

Shades of Summer Sky #35B9DB

Tints of Summer Sky #35B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

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

R = 11.6%
G = 40.48%
B = 47.92%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35B9DB (or 0x35B9DB) is known color: Summer Sky. HEX triplet: 35, B9 and DB. RGB value is (53,185,219). Sum of RGB (Red+Green+Blue) = 53+185+219=457 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.60% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #35B9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9DB is #CA4624. Grayscale: #959595. Windows color (decimal): -13256229 or 14399797. OLE color: 14399797.

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

Color convert

RGB 53 185 219 -
CMYK 0.76 0.16 0 0.14
HSL 192.29º 0.7% 0.53% -
HSV(B) 192.29º 0.76% 0.86% -
XYZ 31.6 40.57 73.18 -
YUV 149.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 53 185 219 0.76 0.16 0 0.14 192.29 0.7 0.53
Hex 35 B9 DB 4C 10 0 E C0 46 35
Octal 65 271 333 114 20 0 16 300 106 65
Binary 110101 10111001 11011011 1001100 10000 0 1110 11000000 1000110 110101

Color Harmonies of #35B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B9DB

Black with #35B9DB

Text Example


Text Example

White with #35B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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