Html Css Color HEX #9DA2CC Blue Bell

📋 copy color: '#9DA2CC'

red 157 ◦ green 162 ◦ blue 204

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

Shades of Blue Bell #9DA2CC

Tints of Blue Bell #9DA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 30.02%
G = 30.98%
B = 39.01%

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

#9DA2CC (or 0x9DA2CC) is known color: Blue Bell. HEX triplet: 9D, A2 and CC. RGB value is (157,162,204). Sum of RGB (Red+Green+Blue) = 157+162+204=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2CC is #625D33. Grayscale: #A5A5A5. Windows color (decimal): -6446388 or 13410973. OLE color: 13410973.

HSL color Cylindrical-coordinate representation of color #9DA2CC: hue angle of 233.62º 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 #9DA2CC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 162 204 -
CMYK 0.23 0.21 0 0.2
HSL 233.62º 0.32% 0.71% -
HSV(B) 233.62º 0.23% 0.8% -
XYZ 37.72 37.37 62.35 -
YUV 165.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 157 162 204 0.23 0.21 0 0.2 233.62 0.32 0.71
Hex 9D A2 CC 17 15 0 14 EA 20 47
Octal 235 242 314 27 25 0 24 352 40 107
Binary 10011101 10100010 11001100 10111 10101 0 10100 11101010 100000 1000111

Color Harmonies of #9DA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA2CC

Black with #9DA2CC

Text Example


Text Example

White with #9DA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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