Html Css Color HEX #9FBDD3 Spindle

📋 copy color: '#9FBDD3'

red 159 ◦ green 189 ◦ blue 211

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

Shades of Spindle #9FBDD3

Tints of Spindle #9FBDD3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 28.44%
G = 33.81%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9FBDD3 (or 0x9FBDD3) is known color: Spindle. HEX triplet: 9F, BD and D3. RGB value is (159,189,211). Sum of RGB (Red+Green+Blue) = 159+189+211=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDD3 is #60422C. Grayscale: #B6B6B6. Windows color (decimal): -6308397 or 13876639. OLE color: 13876639.

HSL color Cylindrical-coordinate representation of color #9FBDD3: hue angle of 205.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FBDD3 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 189 211 -
CMYK 0.25 0.10 0 0.17
HSL 205.38º 0.37% 0.73% -
HSV(B) 205.38º 0.25% 0.83% -
XYZ 44.25 48.47 68.65 -
YUV 182.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 159 189 211 0.25 0.10 0 0.17 205.38 0.37 0.73
Hex 9F BD D3 19 A 0 11 CD 25 49
Octal 237 275 323 31 12 0 21 315 45 111
Binary 10011111 10111101 11010011 11001 1010 0 10001 11001101 100101 1001001

Color Harmonies of #9FBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDD3

Black with #9FBDD3

Text Example


Text Example

White with #9FBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,211); }

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

background-color css

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

 a { background-color: rgb(159,189,211); }

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

border-color css

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

 span { border-color: rgb(159,189,211); }

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