Html Css Color HEX #9CBAD2 Spindle

📋 copy color: '#9CBAD2'

red 156 ◦ green 186 ◦ blue 210

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

Shades of Spindle #9CBAD2

Tints of Spindle #9CBAD2

RGB

 RED value IS 156 (61.33% from 255) = 28.26%

 GREEN value IS 186 (73.05% from 255) = 33.7%

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

R = 28.26%
G = 33.7%
B = 38.04%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9CBAD2 (or 0x9CBAD2) is known color: Spindle. HEX triplet: 9C, BA and D2. RGB value is (156,186,210). Sum of RGB (Red+Green+Blue) = 156+186+210=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #9CBAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAD2 is #63452D. Grayscale: #B3B3B3. Windows color (decimal): -6505774 or 13810332. OLE color: 13810332.

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

Color convert

RGB 156 186 210 -
CMYK 0.26 0.11 0 0.18
HSL 206.67º 0.38% 0.72% -
HSV(B) 206.67º 0.26% 0.82% -
XYZ 42.9 46.84 67.75 -
YUV 179.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 156 186 210 0.26 0.11 0 0.18 206.67 0.38 0.72
Hex 9C BA D2 1A B 0 12 CF 26 48
Octal 234 272 322 32 13 0 22 317 46 110
Binary 10011100 10111010 11010010 11010 1011 0 10010 11001111 100110 1001000

Color Harmonies of #9CBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBAD2

Black with #9CBAD2

Text Example


Text Example

White with #9CBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,186,210); }

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

background-color css

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

 a { background-color: rgb(156,186,210); }

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

border-color css

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

 span { border-color: rgb(156,186,210); }

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