#9ADFF9

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

Shades of Columbia Blue #9ADFF9

Tints of Columbia Blue #9ADFF9

Color information

#9ADFF9 (or 0x9ADFF9) is unknown color: approx Columbia Blue. HEX triplet: 9A, DF and F9. RGB value is (154,223,249). Sum of RGB (Red+Green+Blue) = 154+223+249=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ADFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFF9 is #652006. Grayscale: #CDCDCD. Windows color (decimal): -6627335 or 16375706. OLE color: 16375706.

HSL color Cylindrical-coordinate representation of color #9ADFF9: hue angle of 196.42º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ADFF9 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154223249-
CMYK0.380.1000.02
HSL196.42º88.79%79.02%-
HSV(B)196.42º38.15%97.65%-
XYZ56.8166.4899.46-
YUV205.33152.6491.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.60%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=24.60%
G=35.62%
B=39.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542232490.380.1000.02196.4288.7979.02
Hex9ADFF926A02c4594f
Octal232337371461202304131117
Binary10011010110111111111100110011010100101100010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,249); }

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

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

 a { background-color: rgb(154,223,249); }

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

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

 span { border-color: rgb(154,223,249); }

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