Html Css Color HEX #9FBBEB Perano

📋 copy color: '#9FBBEB'

red 159 ◦ green 187 ◦ blue 235

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

Shades of Perano #9FBBEB

Tints of Perano #9FBBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 27.37%
G = 32.19%
B = 40.45%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FBBEB (or 0x9FBBEB) is known color: Perano. HEX triplet: 9F, BB and EB. RGB value is (159,187,235). Sum of RGB (Red+Green+Blue) = 159+187+235=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBEB is #604414. Grayscale: #B7B7B7. Windows color (decimal): -6308885 or 15448991. OLE color: 15448991.

HSL color Cylindrical-coordinate representation of color #9FBBEB: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBBEB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 187 235 -
CMYK 0.32 0.20 0 0.08
HSL 217.89º 0.66% 0.77% -
HSV(B) 217.89º 0.32% 0.92% -
XYZ 47.06 48.91 85.56 -
YUV 184.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 159 187 235 0.32 0.20 0 0.08 217.89 0.66 0.77
Hex 9F BB EB 20 14 0 8 DA 42 4D
Octal 237 273 353 40 24 0 10 332 102 115
Binary 10011111 10111011 11101011 100000 10100 0 1000 11011010 1000010 1001101

Color Harmonies of #9FBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBEB

Black with #9FBBEB

Text Example


Text Example

White with #9FBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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