#9AD6FF

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

Shades of Columbia Blue #9AD6FF

Tints of Columbia Blue #9AD6FF

Color information

#9AD6FF (or 0x9AD6FF) is unknown color: approx Columbia Blue. HEX triplet: 9A, D6 and FF. RGB value is (154,214,255). Sum of RGB (Red+Green+Blue) = 154+214+255=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD6FF is #652900. Grayscale: #C8C8C8. Windows color (decimal): -6629633 or 16766618. OLE color: 16766618.

HSL color Cylindrical-coordinate representation of color #9AD6FF: hue angle of 204.36º 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 #9AD6FF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154214255-
CMYK0.400.1600
HSL204.36º100%80.2%-
HSV(B)204.36º39.61%100%-
XYZ55.4262.18103.69-
YUV200.73158.6294.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.72%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 255 (100% from 255) = 40.93%
R=24.72%
G=34.35%
B=40.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542142550.400.1600204.3610080.2
Hex9AD6FF281000cc6450
Octal232326377502000314144120
Binary10011010110101101111111110100010000001100110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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