Html Css Color HEX #35BADB Summer Sky

📋 copy color: '#35BADB'

red 53 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #35BADB

Tints of Summer Sky #35BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

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

R = 11.57%
G = 40.61%
B = 47.82%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35BADB (or 0x35BADB) is known color: Summer Sky. HEX triplet: 35, BA and DB. RGB value is (53,186,219). Sum of RGB (Red+Green+Blue) = 53+186+219=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #35BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BADB is #CA4524. Grayscale: #959595. Windows color (decimal): -13255973 or 14400053. OLE color: 14400053.

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

Color convert

RGB 53 186 219 -
CMYK 0.76 0.15 0 0.14
HSL 191.93º 0.7% 0.53% -
HSV(B) 191.93º 0.76% 0.86% -
XYZ 31.81 40.99 73.25 -
YUV 150 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 53 186 219 0.76 0.15 0 0.14 191.93 0.7 0.53
Hex 35 BA DB 4C F 0 E C0 46 35
Octal 65 272 333 114 17 0 16 300 106 65
Binary 110101 10111010 11011011 1001100 1111 0 1110 11000000 1000110 110101

Color Harmonies of #35BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BADB

Black with #35BADB

Text Example


Text Example

White with #35BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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