Html Css Color HEX #9FB4E1 Perano

📋 copy color: '#9FB4E1'

red 159 ◦ green 180 ◦ blue 225

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

Shades of Perano #9FB4E1

Tints of Perano #9FB4E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 28.19%
G = 31.91%
B = 39.89%

CMYK

 C value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9FB4E1 (or 0x9FB4E1) is known color: Perano. HEX triplet: 9F, B4 and E1. RGB value is (159,180,225). Sum of RGB (Red+Green+Blue) = 159+180+225=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FB4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB4E1 is #604B1E. Grayscale: #B2B2B2. Windows color (decimal): -6310687 or 14791839. OLE color: 14791839.

HSL color Cylindrical-coordinate representation of color #9FB4E1: hue angle of 220.91º degrees, saturation: 0.52, 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 #9FB4E1 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 180 225 -
CMYK 0.29 0.2 0 0.12
HSL 220.91º 0.52% 0.75% -
HSV(B) 220.91º 0.29% 0.88% -
XYZ 44.21 45.45 77.68 -
YUV 178.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 159 180 225 0.29 0.2 0 0.12 220.91 0.52 0.75
Hex 9F B4 E1 1D 14 0 C DD 34 4B
Octal 237 264 341 35 24 0 14 335 64 113
Binary 10011111 10110100 11100001 11101 10100 0 1100 11011101 110100 1001011

Color Harmonies of #9FB4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB4E1

Black with #9FB4E1

Text Example


Text Example

White with #9FB4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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