#9DDFF5

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

Shades of Columbia Blue #9DDFF5

Tints of Columbia Blue #9DDFF5

Color information

#9DDFF5 (or 0x9DDFF5) is unknown color: approx Columbia Blue. HEX triplet: 9D, DF and F5. RGB value is (157,223,245). Sum of RGB (Red+Green+Blue) = 157+223+245=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFF5 is #62200A. Grayscale: #CDCDCD. Windows color (decimal): -6430731 or 16113565. OLE color: 16113565.

HSL color Cylindrical-coordinate representation of color #9DDFF5: hue angle of 195º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DDFF5 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157223245-
CMYK0.360.0900.04
HSL195º81.48%78.82%-
HSV(B)195º35.92%96.08%-
XYZ56.7766.5496.24-
YUV205.77150.1393.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.12%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 245 (96.09% from 255) = 39.2%
R=25.12%
G=35.68%
B=39.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572232450.360.0900.0419581.4878.82
Hex9DDFF524904c3514f
Octal235337365441104303121117
Binary100111011101111111110101100100100101001100001110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,245); }

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

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

 a { background-color: rgb(157,223,245); }

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

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

 span { border-color: rgb(157,223,245); }

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