Html Css Color HEX #35BCFF Summer Sky

📋 copy color: '#35BCFF'

red 53 ◦ green 188 ◦ blue 255

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

Shades of Summer Sky #35BCFF

Tints of Summer Sky #35BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 10.69%
G = 37.9%
B = 51.41%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35BCFF (or 0x35BCFF) is known color: Summer Sky. HEX triplet: 35, BC and FF. RGB value is (53,188,255). Sum of RGB (Red+Green+Blue) = 53+188+255=496 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.69% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #35BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BCFF is #CA4300. Grayscale: #9A9A9A. Windows color (decimal): -13255425 or 16759861. OLE color: 16759861.

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

Color convert

RGB 53 188 255 -
CMYK 0.79 0.26 0 0
HSL 199.9º 1% 0.6% -
HSV(B) 199.9º 0.79% 1% -
XYZ 37.5 43.94 101.11 -
YUV 155.27 184.27 55.05 -
System Red Green Blue C M Y K H S L
Decimal 53 188 255 0.79 0.26 0 0 199.9 1 0.6
Hex 35 BC FF 4F 1A 0 0 C8 64 3C
Octal 65 274 377 117 32 0 0 310 144 74
Binary 110101 10111100 11111111 1001111 11010 0 0 11001000 1100100 111100

Color Harmonies of #35BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCFF

Black with #35BCFF

Text Example


Text Example

White with #35BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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