#9DDAF8

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

Shades of Columbia Blue #9DDAF8

Tints of Columbia Blue #9DDAF8

Color information

#9DDAF8 (or 0x9DDAF8) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and F8. RGB value is (157,218,248). Sum of RGB (Red+Green+Blue) = 157+218+248=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DDAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAF8 is #622507. Grayscale: #CBCBCB. Windows color (decimal): -6432008 or 16308893. OLE color: 16308893.

HSL color Cylindrical-coordinate representation of color #9DDAF8: hue angle of 199.78º 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 #9DDAF8 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157218248-
CMYK0.370.1200.03
HSL199.78º86.67%79.41%-
HSV(B)199.78º36.69%97.25%-
XYZ55.9264.0998.23-
YUV203.18153.2995.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.20%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=25.20%
G=34.99%
B=39.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1572182480.370.1200.03199.7886.6779.41
Hex9DDAF825C03c8574f
Octal235332370451403310127117
Binary10011101110110101111100010010111000111100100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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