Html Css Color HEX #9FBCEA Perano

📋 copy color: '#9FBCEA'

red 159 ◦ green 188 ◦ blue 234

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

Shades of Perano #9FBCEA

Tints of Perano #9FBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 27.37%
G = 32.36%
B = 40.28%

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

#9FBCEA (or 0x9FBCEA) is known color: Perano. HEX triplet: 9F, BC and EA. RGB value is (159,188,234). Sum of RGB (Red+Green+Blue) = 159+188+234=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCEA is #604315. Grayscale: #B8B8B8. Windows color (decimal): -6308630 or 15383711. OLE color: 15383711.

HSL color Cylindrical-coordinate representation of color #9FBCEA: hue angle of 216.8º degrees, saturation: 0.64, 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 #9FBCEA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 188 234 -
CMYK 0.32 0.20 0 0.08
HSL 216.8º 0.64% 0.77% -
HSV(B) 216.8º 0.32% 0.92% -
XYZ 47.13 49.28 84.87 -
YUV 184.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 159 188 234 0.32 0.20 0 0.08 216.8 0.64 0.77
Hex 9F BC EA 20 14 0 8 D9 40 4D
Octal 237 274 352 40 24 0 10 331 100 115
Binary 10011111 10111100 11101010 100000 10100 0 1000 11011001 1000000 1001101

Color Harmonies of #9FBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCEA

Black with #9FBCEA

Text Example


Text Example

White with #9FBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,234); }

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

background-color css

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

 a { background-color: rgb(159,188,234); }

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

border-color css

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

 span { border-color: rgb(159,188,234); }

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