Html Css Color HEX #9FB6DF Perano

📋 copy color: '#9FB6DF'

red 159 ◦ green 182 ◦ blue 223

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

Shades of Perano #9FB6DF

Tints of Perano #9FB6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 28.19%
G = 32.27%
B = 39.54%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FB6DF (or 0x9FB6DF) is known color: Perano. HEX triplet: 9F, B6 and DF. RGB value is (159,182,223). Sum of RGB (Red+Green+Blue) = 159+182+223=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB6DF is #604920. Grayscale: #B3B3B3. Windows color (decimal): -6310177 or 14661279. OLE color: 14661279.

HSL color Cylindrical-coordinate representation of color #9FB6DF: hue angle of 218.44º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB6DF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 182 223 -
CMYK 0.29 0.18 0 0.13
HSL 218.44º 0.5% 0.75% -
HSV(B) 218.44º 0.29% 0.87% -
XYZ 44.35 46.15 76.38 -
YUV 179.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 159 182 223 0.29 0.18 0 0.13 218.44 0.5 0.75
Hex 9F B6 DF 1D 12 0 D DA 32 4B
Octal 237 266 337 35 22 0 15 332 62 113
Binary 10011111 10110110 11011111 11101 10010 0 1101 11011010 110010 1001011

Color Harmonies of #9FB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB6DF

Black with #9FB6DF

Text Example


Text Example

White with #9FB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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