#9ADDFD

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

Shades of Columbia Blue #9ADDFD

Tints of Columbia Blue #9ADDFD

Color information

#9ADDFD (or 0x9ADDFD) is unknown color: approx Columbia Blue. HEX triplet: 9A, DD and FD. RGB value is (154,221,253). Sum of RGB (Red+Green+Blue) = 154+221+253=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ADDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFD is #652202. Grayscale: #CCCCCC. Windows color (decimal): -6627843 or 16637338. OLE color: 16637338.

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

Color convert

RGB154221253-
CMYK0.390.1300.01
HSL199.39º96.12%79.8%-
HSV(B)199.39º39.13%99.22%-
XYZ56.9165.67102.61-
YUV204.62155.391.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.52%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=24.52%
G=35.19%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542212530.390.1300.01199.3996.1279.8
Hex9ADDFD27D01c76050
Octal232335375471501307140120
Binary1001101011011101111111011001111101011100011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,253); }

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

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

 a { background-color: rgb(154,221,253); }

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

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

 span { border-color: rgb(154,221,253); }

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