Html Css Color HEX #9FBBF0 Perano

📋 copy color: '#9FBBF0'

red 159 ◦ green 187 ◦ blue 240

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

Shades of Perano #9FBBF0

Tints of Perano #9FBBF0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.91%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 27.13%
G = 31.91%
B = 40.96%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FBBF0 (or 0x9FBBF0) is known color: Perano. HEX triplet: 9F, BB and F0. RGB value is (159,187,240). Sum of RGB (Red+Green+Blue) = 159+187+240=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FBBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBF0 is #60440F. Grayscale: #B8B8B8. Windows color (decimal): -6308880 or 15776671. OLE color: 15776671.

HSL color Cylindrical-coordinate representation of color #9FBBF0: hue angle of 219.26º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBBF0 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 187 240 -
CMYK 0.34 0.22 0 0.06
HSL 219.26º 0.73% 0.78% -
HSV(B) 219.26º 0.34% 0.94% -
XYZ 47.8 49.2 89.42 -
YUV 184.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 159 187 240 0.34 0.22 0 0.06 219.26 0.73 0.78
Hex 9F BB F0 22 16 0 6 DB 49 4E
Octal 237 273 360 42 26 0 6 333 111 116
Binary 10011111 10111011 11110000 100010 10110 0 110 11011011 1001001 1001110

Color Harmonies of #9FBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBF0

Black with #9FBBF0

Text Example


Text Example

White with #9FBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,240); }

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

background-color css

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

 a { background-color: rgb(159,187,240); }

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

border-color css

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

 span { border-color: rgb(159,187,240); }

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