Html Css Color HEX #9FBCD2 Spindle

📋 copy color: '#9FBCD2'

red 159 ◦ green 188 ◦ blue 210

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

Shades of Spindle #9FBCD2

Tints of Spindle #9FBCD2

RGB

 RED value IS 159 (62.5% from 255) = 28.55%

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 28.55%
G = 33.75%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9FBCD2 (or 0x9FBCD2) is known color: Spindle. HEX triplet: 9F, BC and D2. RGB value is (159,188,210). Sum of RGB (Red+Green+Blue) = 159+188+210=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #9FBCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCD2 is #60432D. Grayscale: #B5B5B5. Windows color (decimal): -6308654 or 13810847. OLE color: 13810847.

HSL color Cylindrical-coordinate representation of color #9FBCD2: hue angle of 205.88º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBCD2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 188 210 -
CMYK 0.24 0.10 0 0.18
HSL 205.88º 0.36% 0.72% -
HSV(B) 205.88º 0.24% 0.82% -
XYZ 43.91 47.99 67.92 -
YUV 181.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 159 188 210 0.24 0.10 0 0.18 205.88 0.36 0.72
Hex 9F BC D2 18 A 0 12 CE 24 48
Octal 237 274 322 30 12 0 22 316 44 110
Binary 10011111 10111100 11010010 11000 1010 0 10010 11001110 100100 1001000

Color Harmonies of #9FBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCD2

Black with #9FBCD2

Text Example


Text Example

White with #9FBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBCD2; }

 p { color: rgb(159,188,210); }

 H1.HeaderClassName
 {
   color: #9FBCD2;
 }
 .AnyTagClassName
 {
   color: #9FBCD2;
 }
</style>

background-color css

<style>
 a { background-color: #9FBCD2; }

 a { background-color: rgb(159,188,210); }

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

border-color css

<style>
 span { border-color: #9FBCD2; }

 span { border-color: rgb(159,188,210); }

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