Html Css Color HEX #999EC9 Blue Bell

📋 copy color: '#999EC9'

red 153 ◦ green 158 ◦ blue 201

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

Shades of Blue Bell #999EC9

Tints of Blue Bell #999EC9

RGB

 RED value IS 153 (60.16% from 255) = 29.88%

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 29.88%
G = 30.86%
B = 39.26%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#999EC9 (or 0x999EC9) is known color: Blue Bell. HEX triplet: 99, 9E and C9. RGB value is (153,158,201). Sum of RGB (Red+Green+Blue) = 153+158+201=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #999EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EC9 is #666136. Grayscale: #A1A1A1. Windows color (decimal): -6709559 or 13213337. OLE color: 13213337.

HSL color Cylindrical-coordinate representation of color #999EC9: hue angle of 233.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999EC9 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 158 201 -
CMYK 0.24 0.21 0 0.21
HSL 233.75º 0.31% 0.69% -
HSV(B) 233.75º 0.24% 0.79% -
XYZ 35.91 35.44 60.21 -
YUV 161.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 153 158 201 0.24 0.21 0 0.21 233.75 0.31 0.69
Hex 99 9E C9 18 15 0 15 EA 1F 45
Octal 231 236 311 30 25 0 25 352 37 105
Binary 10011001 10011110 11001001 11000 10101 0 10101 11101010 11111 1000101

Color Harmonies of #999EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EC9

Black with #999EC9

Text Example


Text Example

White with #999EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999EC9; }

 p { color: rgb(153,158,201); }

 H1.HeaderClassName
 {
   color: #999EC9;
 }
 .AnyTagClassName
 {
   color: #999EC9;
 }
</style>

background-color css

<style>
 a { background-color: #999EC9; }

 a { background-color: rgb(153,158,201); }

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

border-color css

<style>
 span { border-color: #999EC9; }

 span { border-color: rgb(153,158,201); }

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