#9ADBFF

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

Shades of Columbia Blue #9ADBFF

Tints of Columbia Blue #9ADBFF

Color information

#9ADBFF (or 0x9ADBFF) is unknown color: approx Columbia Blue. HEX triplet: 9A, DB and FF. RGB value is (154,219,255). Sum of RGB (Red+Green+Blue) = 154+219+255=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ADBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBFF is #652400. Grayscale: #CBCBCB. Windows color (decimal): -6628353 or 16767898. OLE color: 16767898.

HSL color Cylindrical-coordinate representation of color #9ADBFF: hue angle of 201.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADBFF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154219255-
CMYK0.400.1400
HSL201.39º100%80.2%-
HSV(B)201.39º39.61%100%-
XYZ56.7164.75104.12-
YUV203.67156.9792.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.52%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 255 (100% from 255) = 40.61%
R=24.52%
G=34.87%
B=40.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542192550.400.1400201.3910080.2
Hex9ADBFF28E00c96450
Octal232333377501600311144120
Binary1001101011011011111111111010001110001100100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,255); }

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

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

 a { background-color: rgb(154,219,255); }

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

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

 span { border-color: rgb(154,219,255); }

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