#9ADCFD

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

Shades of Columbia Blue #9ADCFD

Tints of Columbia Blue #9ADCFD

Color information

#9ADCFD (or 0x9ADCFD) is unknown color: approx Columbia Blue. HEX triplet: 9A, DC and FD. RGB value is (154,220,253). Sum of RGB (Red+Green+Blue) = 154+220+253=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCFD is #652302. Grayscale: #CBCBCB. Windows color (decimal): -6628099 or 16637082. OLE color: 16637082.

HSL color Cylindrical-coordinate representation of color #9ADCFD: hue angle of 200º 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 #9ADCFD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154220253-
CMYK0.390.1300.01
HSL200º96.12%79.8%-
HSV(B)200º39.13%99.22%-
XYZ56.6565.15102.52-
YUV204.03155.6392.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.56%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=24.56%
G=35.09%
B=40.35%

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
Decimal1542202530.390.1300.0120096.1279.8
Hex9ADCFD27D01c86050
Octal232334375471501310140120
Binary1001101011011100111111011001111101011100100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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