Html Css Color HEX #35B7CE Summer Sky

📋 copy color: '#35B7CE'

red 53 ◦ green 183 ◦ blue 206

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

Shades of Summer Sky #35B7CE

Tints of Summer Sky #35B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 11.99%
G = 41.4%
B = 46.61%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#35B7CE (or 0x35B7CE) is known color: Summer Sky. HEX triplet: 35, B7 and CE. RGB value is (53,183,206). Sum of RGB (Red+Green+Blue) = 53+183+206=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #35B7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7CE is #CA4831. Grayscale: #929292. Windows color (decimal): -13256754 or 13547317. OLE color: 13547317.

HSL color Cylindrical-coordinate representation of color #35B7CE: hue angle of 189.02º degrees, saturation: 0.61, 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 #35B7CE is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 183 206 -
CMYK 0.74 0.11 0 0.19
HSL 189.02º 0.61% 0.51% -
HSV(B) 189.02º 0.74% 0.81% -
XYZ 29.54 39.08 64.38 -
YUV 146.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 53 183 206 0.74 0.11 0 0.19 189.02 0.61 0.51
Hex 35 B7 CE 4A B 0 13 BD 3D 33
Octal 65 267 316 112 13 0 23 275 75 63
Binary 110101 10110111 11001110 1001010 1011 0 10011 10111101 111101 110011

Color Harmonies of #35B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B7CE

Black with #35B7CE

Text Example


Text Example

White with #35B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,183,206); }

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

background-color css

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

 a { background-color: rgb(53,183,206); }

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

border-color css

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

 span { border-color: rgb(53,183,206); }

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