#9DDAFC

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

Shades of Columbia Blue #9DDAFC

Tints of Columbia Blue #9DDAFC

Color information

#9DDAFC (or 0x9DDAFC) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and FC. RGB value is (157,218,252). Sum of RGB (Red+Green+Blue) = 157+218+252=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAFC is #622503. Grayscale: #CBCBCB. Windows color (decimal): -6432004 or 16571037. OLE color: 16571037.

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

Color convert

RGB157218252-
CMYK0.380.1300.01
HSL201.47º94.06%80.2%-
HSV(B)201.47º37.7%98.82%-
XYZ56.5564.34101.53-
YUV203.64155.2994.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.04%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=25.04%
G=34.77%
B=40.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572182520.380.1300.01201.4794.0680.2
Hex9DDAFC26D01c95e50
Octal235332374461501311136120
Binary1001110111011010111111001001101101011100100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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