Html Css Color HEX #9FB8F9 Perano

📋 copy color: '#9FB8F9'

red 159 ◦ green 184 ◦ blue 249

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

Shades of Perano #9FB8F9

Tints of Perano #9FB8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.08%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 26.86%
G = 31.08%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FB8F9 (or 0x9FB8F9) is known color: Perano. HEX triplet: 9F, B8 and F9. RGB value is (159,184,249). Sum of RGB (Red+Green+Blue) = 159+184+249=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FB8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB8F9 is #604706. Grayscale: #B7B7B7. Windows color (decimal): -6309639 or 16365727. OLE color: 16365727.

HSL color Cylindrical-coordinate representation of color #9FB8F9: hue angle of 223.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB8F9 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 184 249 -
CMYK 0.36 0.26 0 0.02
HSL 223.33º 0.88% 0.8% -
HSV(B) 223.33º 0.36% 0.98% -
XYZ 48.54 48.49 96.42 -
YUV 183.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 159 184 249 0.36 0.26 0 0.02 223.33 0.88 0.8
Hex 9F B8 F9 24 1A 0 2 DF 58 50
Octal 237 270 371 44 32 0 2 337 130 120
Binary 10011111 10111000 11111001 100100 11010 0 10 11011111 1011000 1010000

Color Harmonies of #9FB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB8F9

Black with #9FB8F9

Text Example


Text Example

White with #9FB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,184,249); }

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

background-color css

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

 a { background-color: rgb(159,184,249); }

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

border-color css

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

 span { border-color: rgb(159,184,249); }

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