#9DD7F2

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

Shades of Columbia Blue #9DD7F2

Tints of Columbia Blue #9DD7F2

Color information

#9DD7F2 (or 0x9DD7F2) is unknown color: approx Columbia Blue. HEX triplet: 9D, D7 and F2. RGB value is (157,215,242). Sum of RGB (Red+Green+Blue) = 157+215+242=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DD7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7F2 is #62280D. Grayscale: #C8C8C8. Windows color (decimal): -6432782 or 15914909. OLE color: 15914909.

HSL color Cylindrical-coordinate representation of color #9DD7F2: hue angle of 199.06º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD7F2 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157215242-
CMYK0.350.1100.05
HSL199.06º76.58%78.24%-
HSV(B)199.06º35.12%94.9%-
XYZ54.2362.1893.15-
YUV200.74151.2896.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.57%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 242 (94.92% from 255) = 39.41%
R=25.57%
G=35.02%
B=39.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572152420.350.1100.05199.0676.5878.24
Hex9DD7F223B05c74d4e
Octal235327362431305307115116
Binary100111011101011111110010100011101101011100011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,242); }

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

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

 a { background-color: rgb(157,215,242); }

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

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

 span { border-color: rgb(157,215,242); }

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