Html Css Color HEX #9DA1CC Blue Bell

📋 copy color: '#9DA1CC'

red 157 ◦ green 161 ◦ blue 204

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

Shades of Blue Bell #9DA1CC

Tints of Blue Bell #9DA1CC

RGB

 RED value IS 157 (61.72% from 255) = 30.08%

 GREEN value IS 161 (63.28% from 255) = 30.84%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 30.08%
G = 30.84%
B = 39.08%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9DA1CC (or 0x9DA1CC) is known color: Blue Bell. HEX triplet: 9D, A1 and CC. RGB value is (157,161,204). Sum of RGB (Red+Green+Blue) = 157+161+204=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1CC is #625E33. Grayscale: #A4A4A4. Windows color (decimal): -6446644 or 13410717. OLE color: 13410717.

HSL color Cylindrical-coordinate representation of color #9DA1CC: hue angle of 234.89º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA1CC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 161 204 -
CMYK 0.23 0.21 0 0.2
HSL 234.89º 0.32% 0.71% -
HSV(B) 234.89º 0.23% 0.8% -
XYZ 37.55 37.02 62.29 -
YUV 164.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 157 161 204 0.23 0.21 0 0.2 234.89 0.32 0.71
Hex 9D A1 CC 17 15 0 14 EB 20 47
Octal 235 241 314 27 25 0 24 353 40 107
Binary 10011101 10100001 11001100 10111 10101 0 10100 11101011 100000 1000111

Color Harmonies of #9DA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA1CC

Black with #9DA1CC

Text Example


Text Example

White with #9DA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,161,204); }

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

background-color css

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

 a { background-color: rgb(157,161,204); }

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

border-color css

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

 span { border-color: rgb(157,161,204); }

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