Html Css Color HEX #999ADE Blue Bell

📋 copy color: '#999ADE'

red 153 ◦ green 154 ◦ blue 222

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

Shades of Blue Bell #999ADE

Tints of Blue Bell #999ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 28.92%
G = 29.11%
B = 41.97%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999ADE (or 0x999ADE) is known color: Blue Bell. HEX triplet: 99, 9A and DE. RGB value is (153,154,222). Sum of RGB (Red+Green+Blue) = 153+154+222=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #999ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADE is #666521. Grayscale: #A1A1A1. Windows color (decimal): -6710562 or 14588569. OLE color: 14588569.

HSL color Cylindrical-coordinate representation of color #999ADE: hue angle of 239.13º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999ADE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 154 222 -
CMYK 0.31 0.31 0 0.13
HSL 239.13º 0.51% 0.74% -
HSV(B) 239.13º 0.31% 0.87% -
XYZ 37.88 35.16 73.9 -
YUV 161.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 153 154 222 0.31 0.31 0 0.13 239.13 0.51 0.74
Hex 99 9A DE 1F 1F 0 D EF 33 4A
Octal 231 232 336 37 37 0 15 357 63 112
Binary 10011001 10011010 11011110 11111 11111 0 1101 11101111 110011 1001010

Color Harmonies of #999ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999ADE

Black with #999ADE

Text Example


Text Example

White with #999ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,154,222); }

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

background-color css

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

 a { background-color: rgb(153,154,222); }

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

border-color css

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

 span { border-color: rgb(153,154,222); }

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