Html Css Color HEX #9FB4EA Perano

📋 copy color: '#9FB4EA'

red 159 ◦ green 180 ◦ blue 234

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

Shades of Perano #9FB4EA

Tints of Perano #9FB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.41%

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 27.75%
G = 31.41%
B = 40.84%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FB4EA (or 0x9FB4EA) is known color: Perano. HEX triplet: 9F, B4 and EA. RGB value is (159,180,234). Sum of RGB (Red+Green+Blue) = 159+180+234=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB4EA is #604B15. Grayscale: #B3B3B3. Windows color (decimal): -6310678 or 15381663. OLE color: 15381663.

HSL color Cylindrical-coordinate representation of color #9FB4EA: hue angle of 223.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB4EA is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 180 234 -
CMYK 0.32 0.23 0 0.08
HSL 223.2º 0.64% 0.77% -
HSV(B) 223.2º 0.32% 0.92% -
XYZ 45.47 45.95 84.32 -
YUV 179.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 159 180 234 0.32 0.23 0 0.08 223.2 0.64 0.77
Hex 9F B4 EA 20 17 0 8 DF 40 4D
Octal 237 264 352 40 27 0 10 337 100 115
Binary 10011111 10110100 11101010 100000 10111 0 1000 11011111 1000000 1001101

Color Harmonies of #9FB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB4EA

Black with #9FB4EA

Text Example


Text Example

White with #9FB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,234); }

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

background-color css

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

 a { background-color: rgb(159,180,234); }

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

border-color css

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

 span { border-color: rgb(159,180,234); }

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