Html Css Color HEX #9FB6F2 Perano

📋 copy color: '#9FB6F2'

red 159 ◦ green 182 ◦ blue 242

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

Shades of Perano #9FB6F2

Tints of Perano #9FB6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.22%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 27.27%
G = 31.22%
B = 41.51%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FB6F2 (or 0x9FB6F2) is known color: Perano. HEX triplet: 9F, B6 and F2. RGB value is (159,182,242). Sum of RGB (Red+Green+Blue) = 159+182+242=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FB6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB6F2 is #60490D. Grayscale: #B5B5B5. Windows color (decimal): -6310158 or 15906463. OLE color: 15906463.

HSL color Cylindrical-coordinate representation of color #9FB6F2: hue angle of 223.37º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB6F2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 182 242 -
CMYK 0.34 0.25 0 0.05
HSL 223.37º 0.76% 0.79% -
HSV(B) 223.37º 0.34% 0.95% -
XYZ 47.05 47.24 90.64 -
YUV 181.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 159 182 242 0.34 0.25 0 0.05 223.37 0.76 0.79
Hex 9F B6 F2 22 19 0 5 DF 4C 4F
Octal 237 266 362 42 31 0 5 337 114 117
Binary 10011111 10110110 11110010 100010 11001 0 101 11011111 1001100 1001111

Color Harmonies of #9FB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB6F2

Black with #9FB6F2

Text Example


Text Example

White with #9FB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,242); }

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

background-color css

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

 a { background-color: rgb(159,182,242); }

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

border-color css

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

 span { border-color: rgb(159,182,242); }

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