Html Css Color HEX #35BACE Summer Sky

📋 copy color: '#35BACE'

red 53 ◦ green 186 ◦ blue 206

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

Shades of Summer Sky #35BACE

Tints of Summer Sky #35BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 11.91%
G = 41.8%
B = 46.29%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35BACE (or 0x35BACE) is known color: Summer Sky. HEX triplet: 35, BA and CE. RGB value is (53,186,206). Sum of RGB (Red+Green+Blue) = 53+186+206=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #35BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BACE is #CA4531. Grayscale: #949494. Windows color (decimal): -13255986 or 13548085. OLE color: 13548085.

HSL color Cylindrical-coordinate representation of color #35BACE: hue angle of 187.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BACE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 186 206 -
CMYK 0.74 0.10 0 0.19
HSL 187.84º 0.61% 0.51% -
HSV(B) 187.84º 0.74% 0.81% -
XYZ 30.17 40.33 64.59 -
YUV 148.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 53 186 206 0.74 0.10 0 0.19 187.84 0.61 0.51
Hex 35 BA CE 4A A 0 13 BC 3D 33
Octal 65 272 316 112 12 0 23 274 75 63
Binary 110101 10111010 11001110 1001010 1010 0 10011 10111100 111101 110011

Color Harmonies of #35BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BACE

Black with #35BACE

Text Example


Text Example

White with #35BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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