Html Css Color HEX #35BBCF Summer Sky

📋 copy color: '#35BBCF'

red 53 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #35BBCF

Tints of Summer Sky #35BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 11.86%
G = 41.83%
B = 46.31%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35BBCF (or 0x35BBCF) is known color: Summer Sky. HEX triplet: 35, BB and CF. RGB value is (53,187,207). Sum of RGB (Red+Green+Blue) = 53+187+207=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #35BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BBCF is #CA4430. Grayscale: #959595. Windows color (decimal): -13255729 or 13613877. OLE color: 13613877.

HSL color Cylindrical-coordinate representation of color #35BBCF: hue angle of 187.79º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BBCF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 187 207 -
CMYK 0.74 0.10 0 0.19
HSL 187.79º 0.62% 0.51% -
HSV(B) 187.79º 0.74% 0.81% -
XYZ 30.5 40.8 65.3 -
YUV 149.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 53 187 207 0.74 0.10 0 0.19 187.79 0.62 0.51
Hex 35 BB CF 4A A 0 13 BC 3E 33
Octal 65 273 317 112 12 0 23 274 76 63
Binary 110101 10111011 11001111 1001010 1010 0 10011 10111100 111110 110011

Color Harmonies of #35BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BBCF

Black with #35BBCF

Text Example


Text Example

White with #35BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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