Html Css Color HEX #35CBE0 Summer Sky

📋 copy color: '#35CBE0'

red 53 ◦ green 203 ◦ blue 224

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

Shades of Summer Sky #35CBE0

Tints of Summer Sky #35CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.29%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 11.04%
G = 42.29%
B = 46.67%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#35CBE0 (or 0x35CBE0) is known color: Summer Sky. HEX triplet: 35, CB and E0. RGB value is (53,203,224). Sum of RGB (Red+Green+Blue) = 53+203+224=480 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.04% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #35CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBE0 is #CA341F. Grayscale: #A0A0A0. Windows color (decimal): -13251616 or 14732085. OLE color: 14732085.

HSL color Cylindrical-coordinate representation of color #35CBE0: hue angle of 187.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CBE0 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 203 224 -
CMYK 0.76 0.09 0 0.12
HSL 187.37º 0.73% 0.54% -
HSV(B) 187.37º 0.76% 0.88% -
XYZ 36.28 48.85 78.04 -
YUV 160.54 163.81 51.29 -
System Red Green Blue C M Y K H S L
Decimal 53 203 224 0.76 0.09 0 0.12 187.37 0.73 0.54
Hex 35 CB E0 4C 9 0 C BB 49 36
Octal 65 313 340 114 11 0 14 273 111 66
Binary 110101 11001011 11100000 1001100 1001 0 1100 10111011 1001001 110110

Color Harmonies of #35CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CBE0

Black with #35CBE0

Text Example


Text Example

White with #35CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,203,224); }

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

background-color css

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

 a { background-color: rgb(53,203,224); }

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

border-color css

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

 span { border-color: rgb(53,203,224); }

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