Html Css Color HEX #35B8DB Summer Sky

📋 copy color: '#35B8DB'

red 53 ◦ green 184 ◦ blue 219

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

Shades of Summer Sky #35B8DB

Tints of Summer Sky #35B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 11.62%
G = 40.35%
B = 48.03%

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

#35B8DB (or 0x35B8DB) is known color: Summer Sky. HEX triplet: 35, B8 and DB. RGB value is (53,184,219). Sum of RGB (Red+Green+Blue) = 53+184+219=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #35B8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B8DB is #CA4724. Grayscale: #949494. Windows color (decimal): -13256485 or 14399541. OLE color: 14399541.

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

Color convert

RGB 53 184 219 -
CMYK 0.76 0.16 0 0.14
HSL 192.65º 0.7% 0.53% -
HSV(B) 192.65º 0.76% 0.86% -
XYZ 31.39 40.15 73.11 -
YUV 148.82 167.6 59.65 -
System Red Green Blue C M Y K H S L
Decimal 53 184 219 0.76 0.16 0 0.14 192.65 0.7 0.53
Hex 35 B8 DB 4C 10 0 E C1 46 35
Octal 65 270 333 114 20 0 16 301 106 65
Binary 110101 10111000 11011011 1001100 10000 0 1110 11000001 1000110 110101

Color Harmonies of #35B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B8DB

Black with #35B8DB

Text Example


Text Example

White with #35B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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