#9BAFFD

Color #9BAFFD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9BAFFD

Tints of Perano #9BAFFD

Color information

#9BAFFD (or 0x9BAFFD) is unknown color: approx Perano. HEX triplet: 9B, AF and FD. RGB value is (155,175,253). Sum of RGB (Red+Green+Blue) = 155+175+253=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAFFD is #645002. Grayscale: #B1B1B1. Windows color (decimal): -6574083 or 16625563. OLE color: 16625563.

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

Color convert

RGB155175253-
CMYK0.390.3100.01
HSL227.76º96.08%80%-
HSV(B)227.76º38.74%99.22%-
XYZ46.5844.7299.11-
YUV177.91170.37111.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=26.59%
G=30.02%
B=43.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551752530.390.3100.01227.7696.0880
Hex9BAFFD271F01e46050
Octal233257375473701344140120
Binary10011011101011111111110110011111111011110010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,253); }

 H1.HeaderClassName
 {
   color: #9BAFFD;
 }
 .AnyTagClassName
 {
   color: #9BAFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(155,175,253); }

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

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

 span { border-color: rgb(155,175,253); }

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