#9AD5FE

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

Shades of Columbia Blue #9AD5FE

Tints of Columbia Blue #9AD5FE

Color information

#9AD5FE (or 0x9AD5FE) is unknown color: approx Columbia Blue. HEX triplet: 9A, D5 and FE. RGB value is (154,213,254). Sum of RGB (Red+Green+Blue) = 154+213+254=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AD5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5FE is #652A01. Grayscale: #C7C7C7. Windows color (decimal): -6629890 or 16700826. OLE color: 16700826.

HSL color Cylindrical-coordinate representation of color #9AD5FE: hue angle of 204.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD5FE is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154213254-
CMYK0.390.1600.00
HSL204.6º98.04%80%-
HSV(B)204.6º39.37%99.61%-
XYZ55.0161.61102.76-
YUV200.03158.4595.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=24.80%
G=34.30%
B=40.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542132540.390.1600.00204.698.0480
Hex9AD5FE271000cd6250
Octal232325376472000315142120
Binary10011010110101011111111010011110000001100110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,254); }

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

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

 a { background-color: rgb(154,213,254); }

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

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

 span { border-color: rgb(154,213,254); }

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