Html Css Color HEX #35BAE3 Summer Sky

📋 copy color: '#35BAE3'

red 53 ◦ green 186 ◦ blue 227

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

Shades of Summer Sky #35BAE3

Tints of Summer Sky #35BAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.71%

R = 11.37%
G = 39.91%
B = 48.71%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#35BAE3 (or 0x35BAE3) is known color: Summer Sky. HEX triplet: 35, BA and E3. RGB value is (53,186,227). Sum of RGB (Red+Green+Blue) = 53+186+227=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #35BAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BAE3 is #CA451C. Grayscale: #969696. Windows color (decimal): -13255965 or 14924341. OLE color: 14924341.

HSL color Cylindrical-coordinate representation of color #35BAE3: hue angle of 194.14º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BAE3 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 186 227 -
CMYK 0.77 0.18 0 0.11
HSL 194.14º 0.76% 0.55% -
HSV(B) 194.14º 0.77% 0.89% -
XYZ 32.89 41.42 78.93 -
YUV 150.91 170.94 58.17 -
System Red Green Blue C M Y K H S L
Decimal 53 186 227 0.77 0.18 0 0.11 194.14 0.76 0.55
Hex 35 BA E3 4D 12 0 B C2 4C 37
Octal 65 272 343 115 22 0 13 302 114 67
Binary 110101 10111010 11100011 1001101 10010 0 1011 11000010 1001100 110111

Color Harmonies of #35BAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BAE3

Black with #35BAE3

Text Example


Text Example

White with #35BAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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