Html Css Color HEX #9EBEFD Perano

📋 copy color: '#9EBEFD'

red 158 ◦ green 190 ◦ blue 253

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

Shades of Perano #9EBEFD

Tints of Perano #9EBEFD

RGB

 RED value IS 158 (62.11% from 255) = 26.29%

 GREEN value IS 190 (74.61% from 255) = 31.61%

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 26.29%
G = 31.61%
B = 42.1%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EBEFD (or 0x9EBEFD) is known color: Perano. HEX triplet: 9E, BE and FD. RGB value is (158,190,253). Sum of RGB (Red+Green+Blue) = 158+190+253=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBEFD is #614102. Grayscale: #BBBBBB. Windows color (decimal): -6373635 or 16629406. OLE color: 16629406.

HSL color Cylindrical-coordinate representation of color #9EBEFD: hue angle of 219.79º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBEFD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 190 253 -
CMYK 0.38 0.25 0 0.01
HSL 219.79º 0.96% 0.81% -
HSV(B) 219.79º 0.38% 0.99% -
XYZ 50.24 51.19 100.16 -
YUV 187.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 158 190 253 0.38 0.25 0 0.01 219.79 0.96 0.81
Hex 9E BE FD 26 19 0 1 DC 60 51
Octal 236 276 375 46 31 0 1 334 140 121
Binary 10011110 10111110 11111101 100110 11001 0 1 11011100 1100000 1010001

Color Harmonies of #9EBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBEFD

Black with #9EBEFD

Text Example


Text Example

White with #9EBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,190,253); }

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

background-color css

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

 a { background-color: rgb(158,190,253); }

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

border-color css

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

 span { border-color: rgb(158,190,253); }

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