#9DAFF8

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

Shades of Perano #9DAFF8

Tints of Perano #9DAFF8

Color information

#9DAFF8 (or 0x9DAFF8) is unknown color: approx Perano. HEX triplet: 9D, AF and F8. RGB value is (157,175,248). Sum of RGB (Red+Green+Blue) = 157+175+248=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DAFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAFF8 is #625007. Grayscale: #B1B1B1. Windows color (decimal): -6443016 or 16297885. OLE color: 16297885.

HSL color Cylindrical-coordinate representation of color #9DAFF8: hue angle of 228.13º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DAFF8 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157175248-
CMYK0.370.2900.03
HSL228.13º86.67%79.41%-
HSV(B)228.13º36.69%97.25%-
XYZ46.1844.6194.98-
YUV177.94167.54113.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=27.07%
G=30.17%
B=42.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1571752480.370.2900.03228.1386.6779.41
Hex9DAFF8251D03e4574f
Octal235257370453503344127117
Binary100111011010111111111000100101111010111110010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,248); }

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

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

 a { background-color: rgb(157,175,248); }

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

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

 span { border-color: rgb(157,175,248); }

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