Html Css Color HEX #9EB6FD Perano

📋 copy color: '#9EB6FD'

red 158 ◦ green 182 ◦ blue 253

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

Shades of Perano #9EB6FD

Tints of Perano #9EB6FD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

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

R = 26.64%
G = 30.69%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EB6FD (or 0x9EB6FD) is known color: Perano. HEX triplet: 9E, B6 and FD. RGB value is (158,182,253). Sum of RGB (Red+Green+Blue) = 158+182+253=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB6FD is #614902. Grayscale: #B6B6B6. Windows color (decimal): -6375683 or 16627358. OLE color: 16627358.

HSL color Cylindrical-coordinate representation of color #9EB6FD: hue angle of 224.84º 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 #9EB6FD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 182 253 -
CMYK 0.38 0.28 0 0.01
HSL 224.84º 0.96% 0.81% -
HSV(B) 224.84º 0.38% 0.99% -
XYZ 48.56 47.82 99.6 -
YUV 182.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 158 182 253 0.38 0.28 0 0.01 224.84 0.96 0.81
Hex 9E B6 FD 26 1C 0 1 E1 60 51
Octal 236 266 375 46 34 0 1 341 140 121
Binary 10011110 10110110 11111101 100110 11100 0 1 11100001 1100000 1010001

Color Harmonies of #9EB6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6FD

Black with #9EB6FD

Text Example


Text Example

White with #9EB6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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