Html Css Color HEX #9FA5E0 Blue Bell

📋 copy color: '#9FA5E0'

red 159 ◦ green 165 ◦ blue 224

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

Shades of Blue Bell #9FA5E0

Tints of Blue Bell #9FA5E0

RGB

 RED value IS 159 (62.5% from 255) = 29.01%

 GREEN value IS 165 (64.84% from 255) = 30.11%

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 29.01%
G = 30.11%
B = 40.88%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FA5E0 (or 0x9FA5E0) is known color: Blue Bell. HEX triplet: 9F, A5 and E0. RGB value is (159,165,224). Sum of RGB (Red+Green+Blue) = 159+165+224=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FA5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5E0 is #605A1F. Grayscale: #A9A9A9. Windows color (decimal): -6314528 or 14722463. OLE color: 14722463.

HSL color Cylindrical-coordinate representation of color #9FA5E0: hue angle of 234.46º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA5E0 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 165 224 -
CMYK 0.29 0.26 0 0.12
HSL 234.46º 0.51% 0.75% -
HSV(B) 234.46º 0.29% 0.88% -
XYZ 41.21 39.66 76 -
YUV 169.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 159 165 224 0.29 0.26 0 0.12 234.46 0.51 0.75
Hex 9F A5 E0 1D 1A 0 C EA 33 4B
Octal 237 245 340 35 32 0 14 352 63 113
Binary 10011111 10100101 11100000 11101 11010 0 1100 11101010 110011 1001011

Color Harmonies of #9FA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5E0

Black with #9FA5E0

Text Example


Text Example

White with #9FA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,224); }

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

background-color css

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

 a { background-color: rgb(159,165,224); }

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

border-color css

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

 span { border-color: rgb(159,165,224); }

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