Html Css Color HEX #35BADE Summer Sky

📋 copy color: '#35BADE'

red 53 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #35BADE

Tints of Summer Sky #35BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 11.5%
G = 40.35%
B = 48.16%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#35BADE (or 0x35BADE) is known color: Summer Sky. HEX triplet: 35, BA and DE. RGB value is (53,186,222). Sum of RGB (Red+Green+Blue) = 53+186+222=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #35BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BADE is #CA4521. Grayscale: #969696. Windows color (decimal): -13255970 or 14596661. OLE color: 14596661.

HSL color Cylindrical-coordinate representation of color #35BADE: hue angle of 192.78º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BADE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 186 222 -
CMYK 0.76 0.16 0 0.13
HSL 192.78º 0.72% 0.54% -
HSV(B) 192.78º 0.76% 0.87% -
XYZ 32.21 41.15 75.35 -
YUV 150.34 168.44 58.57 -
System Red Green Blue C M Y K H S L
Decimal 53 186 222 0.76 0.16 0 0.13 192.78 0.72 0.54
Hex 35 BA DE 4C 10 0 D C1 48 36
Octal 65 272 336 114 20 0 15 301 110 66
Binary 110101 10111010 11011110 1001100 10000 0 1101 11000001 1001000 110110

Color Harmonies of #35BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BADE

Black with #35BADE

Text Example


Text Example

White with #35BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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