Html Css Color HEX #35BCFE Summer Sky

📋 copy color: '#35BCFE'

red 53 ◦ green 188 ◦ blue 254

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

Shades of Summer Sky #35BCFE

Tints of Summer Sky #35BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 10.71%
G = 37.98%
B = 51.31%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#35BCFE (or 0x35BCFE) is known color: Summer Sky. HEX triplet: 35, BC and FE. RGB value is (53,188,254). Sum of RGB (Red+Green+Blue) = 53+188+254=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #35BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BCFE is #CA4301. Grayscale: #9A9A9A. Windows color (decimal): -13255426 or 16694325. OLE color: 16694325.

HSL color Cylindrical-coordinate representation of color #35BCFE: hue angle of 199.7º 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 #35BCFE is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 188 254 -
CMYK 0.79 0.26 0 0.00
HSL 199.7º 0.99% 0.6% -
HSV(B) 199.7º 0.79% 1% -
XYZ 37.34 43.88 100.27 -
YUV 155.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 53 188 254 0.79 0.26 0 0.00 199.7 0.99 0.6
Hex 35 BC FE 4F 1A 0 0 C8 63 3C
Octal 65 274 376 117 32 0 0 310 143 74
Binary 110101 10111100 11111110 1001111 11010 0 0 11001000 1100011 111100

Color Harmonies of #35BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCFE

Black with #35BCFE

Text Example


Text Example

White with #35BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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