Html Css Color HEX #9FB8EA Perano

📋 copy color: '#9FB8EA'

red 159 ◦ green 184 ◦ blue 234

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

Shades of Perano #9FB8EA

Tints of Perano #9FB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.89%

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

R = 27.56%
G = 31.89%
B = 40.55%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FB8EA (or 0x9FB8EA) is known color: Perano. HEX triplet: 9F, B8 and EA. RGB value is (159,184,234). Sum of RGB (Red+Green+Blue) = 159+184+234=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FB8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB8EA is #604715. Grayscale: #B6B6B6. Windows color (decimal): -6309654 or 15382687. OLE color: 15382687.

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

Color convert

RGB 159 184 234 -
CMYK 0.32 0.21 0 0.08
HSL 220º 0.64% 0.77% -
HSV(B) 220º 0.32% 0.92% -
XYZ 46.29 47.59 84.59 -
YUV 182.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 159 184 234 0.32 0.21 0 0.08 220 0.64 0.77
Hex 9F B8 EA 20 15 0 8 DC 40 4D
Octal 237 270 352 40 25 0 10 334 100 115
Binary 10011111 10111000 11101010 100000 10101 0 1000 11011100 1000000 1001101

Color Harmonies of #9FB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB8EA

Black with #9FB8EA

Text Example


Text Example

White with #9FB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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