Html Css Color HEX #35BAFE Summer Sky

📋 copy color: '#35BAFE'

red 53 ◦ green 186 ◦ blue 254

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

Shades of Summer Sky #35BAFE

Tints of Summer Sky #35BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 10.75%
G = 37.73%
B = 51.52%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#35BAFE (or 0x35BAFE) is known color: Summer Sky. HEX triplet: 35, BA and FE. RGB value is (53,186,254). Sum of RGB (Red+Green+Blue) = 53+186+254=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #35BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BAFE is #CA4501. Grayscale: #999999. Windows color (decimal): -13255938 or 16693813. OLE color: 16693813.

HSL color Cylindrical-coordinate representation of color #35BAFE: hue angle of 200.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35BAFE is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 186 254 -
CMYK 0.79 0.27 0 0.00
HSL 200.3º 0.99% 0.6% -
HSV(B) 200.3º 0.79% 1% -
XYZ 36.92 43.03 100.13 -
YUV 153.99 184.44 55.97 -
System Red Green Blue C M Y K H S L
Decimal 53 186 254 0.79 0.27 0 0.00 200.3 0.99 0.6
Hex 35 BA FE 4F 1B 0 0 C8 63 3C
Octal 65 272 376 117 33 0 0 310 143 74
Binary 110101 10111010 11111110 1001111 11011 0 0 11001000 1100011 111100

Color Harmonies of #35BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BAFE

Black with #35BAFE

Text Example


Text Example

White with #35BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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