Html Css Color HEX #35BAE8 Summer Sky

📋 copy color: '#35BAE8'

red 53 ◦ green 186 ◦ blue 232

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

Shades of Summer Sky #35BAE8

Tints of Summer Sky #35BAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.26%

R = 11.25%
G = 39.49%
B = 49.26%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#35BAE8 (or 0x35BAE8) is known color: Summer Sky. HEX triplet: 35, BA and E8. RGB value is (53,186,232). Sum of RGB (Red+Green+Blue) = 53+186+232=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #35BAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BAE8 is #CA4517. Grayscale: #979797. Windows color (decimal): -13255960 or 15252021. OLE color: 15252021.

HSL color Cylindrical-coordinate representation of color #35BAE8: hue angle of 195.42º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BAE8 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 186 232 -
CMYK 0.77 0.20 0 0.09
HSL 195.42º 0.8% 0.56% -
HSV(B) 195.42º 0.77% 0.91% -
XYZ 33.59 41.7 82.62 -
YUV 151.48 173.44 57.76 -
System Red Green Blue C M Y K H S L
Decimal 53 186 232 0.77 0.20 0 0.09 195.42 0.8 0.56
Hex 35 BA E8 4D 14 0 9 C3 50 38
Octal 65 272 350 115 24 0 11 303 120 70
Binary 110101 10111010 11101000 1001101 10100 0 1001 11000011 1010000 111000

Color Harmonies of #35BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BAE8

Black with #35BAE8

Text Example


Text Example

White with #35BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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