Html Css Color HEX #35BFDC Summer Sky

📋 copy color: '#35BFDC'

red 53 ◦ green 191 ◦ blue 220

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

Shades of Summer Sky #35BFDC

Tints of Summer Sky #35BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 11.42%
G = 41.16%
B = 47.41%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#35BFDC (or 0x35BFDC) is known color: Summer Sky. HEX triplet: 35, BF and DC. RGB value is (53,191,220). Sum of RGB (Red+Green+Blue) = 53+191+220=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #35BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFDC is #CA4023. Grayscale: #989898. Windows color (decimal): -13254692 or 14466869. OLE color: 14466869.

HSL color Cylindrical-coordinate representation of color #35BFDC: hue angle of 190.42º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BFDC is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 191 220 -
CMYK 0.76 0.13 0 0.14
HSL 190.42º 0.7% 0.54% -
HSV(B) 190.42º 0.76% 0.86% -
XYZ 33.02 43.19 74.31 -
YUV 153.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 53 191 220 0.76 0.13 0 0.14 190.42 0.7 0.54
Hex 35 BF DC 4C D 0 E BE 46 36
Octal 65 277 334 114 15 0 16 276 106 66
Binary 110101 10111111 11011100 1001100 1101 0 1110 10111110 1000110 110110

Color Harmonies of #35BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BFDC

Black with #35BFDC

Text Example


Text Example

White with #35BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,220); }

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

background-color css

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

 a { background-color: rgb(53,191,220); }

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

border-color css

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

 span { border-color: rgb(53,191,220); }

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