Html Css Color HEX #35BBE6 Summer Sky

📋 copy color: '#35BBE6'

red 53 ◦ green 187 ◦ blue 230

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

Shades of Summer Sky #35BBE6

Tints of Summer Sky #35BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.79%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 11.28%
G = 39.79%
B = 48.94%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#35BBE6 (or 0x35BBE6) is known color: Summer Sky. HEX triplet: 35, BB and E6. RGB value is (53,187,230). Sum of RGB (Red+Green+Blue) = 53+187+230=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #35BBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BBE6 is #CA4419. Grayscale: #979797. Windows color (decimal): -13255706 or 15121205. OLE color: 15121205.

HSL color Cylindrical-coordinate representation of color #35BBE6: hue angle of 194.58º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BBE6 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 187 230 -
CMYK 0.77 0.19 0 0.10
HSL 194.58º 0.78% 0.55% -
HSV(B) 194.58º 0.77% 0.9% -
XYZ 33.52 42.01 81.21 -
YUV 151.84 172.11 57.5 -
System Red Green Blue C M Y K H S L
Decimal 53 187 230 0.77 0.19 0 0.10 194.58 0.78 0.55
Hex 35 BB E6 4D 13 0 A C3 4E 37
Octal 65 273 346 115 23 0 12 303 116 67
Binary 110101 10111011 11100110 1001101 10011 0 1010 11000011 1001110 110111

Color Harmonies of #35BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BBE6

Black with #35BBE6

Text Example


Text Example

White with #35BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,187,230); }

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

background-color css

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

 a { background-color: rgb(53,187,230); }

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

border-color css

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

 span { border-color: rgb(53,187,230); }

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