Html Css Color HEX #35BECE Summer Sky

📋 copy color: '#35BECE'

red 53 ◦ green 190 ◦ blue 206

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

Shades of Summer Sky #35BECE

Tints of Summer Sky #35BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 11.8%
G = 42.32%
B = 45.88%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35BECE (or 0x35BECE) is known color: Summer Sky. HEX triplet: 35, BE and CE. RGB value is (53,190,206). Sum of RGB (Red+Green+Blue) = 53+190+206=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #35BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BECE is #CA4131. Grayscale: #969696. Windows color (decimal): -13254962 or 13549109. OLE color: 13549109.

HSL color Cylindrical-coordinate representation of color #35BECE: hue angle of 186.27º 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 #35BECE is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 190 206 -
CMYK 0.74 0.08 0 0.19
HSL 186.27º 0.61% 0.51% -
HSV(B) 186.27º 0.74% 0.81% -
XYZ 31.02 42.04 64.87 -
YUV 150.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 53 190 206 0.74 0.08 0 0.19 186.27 0.61 0.51
Hex 35 BE CE 4A 8 0 13 BA 3D 33
Octal 65 276 316 112 10 0 23 272 75 63
Binary 110101 10111110 11001110 1001010 1000 0 10011 10111010 111101 110011

Color Harmonies of #35BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BECE

Black with #35BECE

Text Example


Text Example

White with #35BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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