#9ACFFD

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

Shades of Columbia Blue #9ACFFD

Tints of Columbia Blue #9ACFFD

Color information

#9ACFFD (or 0x9ACFFD) is unknown color: approx Columbia Blue. HEX triplet: 9A, CF and FD. RGB value is (154,207,253). Sum of RGB (Red+Green+Blue) = 154+207+253=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ACFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFFD is #653002. Grayscale: #C4C4C4. Windows color (decimal): -6631427 or 16633754. OLE color: 16633754.

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

Color convert

RGB154207253-
CMYK0.390.1800.01
HSL207.88º96.12%79.8%-
HSV(B)207.88º39.13%99.22%-
XYZ53.3758.59101.42-
YUV196.4159.9497.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.08%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=25.08%
G=33.71%
B=41.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542072530.390.1800.01207.8896.1279.8
Hex9ACFFD271201d06050
Octal232317375472201320140120
Binary10011010110011111111110110011110010011101000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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