Html Css Color HEX #9ACDFF Columbia Blue

📋 copy color: '#9ACDFF'

red 154 ◦ green 205 ◦ blue 255

#9ACDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #9ACDFF

Tints of Columbia Blue #9ACDFF

RGB

 RED value IS 154 (60.55% from 255) = 25.08%

 GREEN value IS 205 (80.47% from 255) = 33.39%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 25.08%
G = 33.39%
B = 41.53%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ACDFF (or 0x9ACDFF) is known color: Columbia Blue. HEX triplet: 9A, CD and FF. RGB value is (154,205,255). Sum of RGB (Red+Green+Blue) = 154+205+255=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ACDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDFF is #653200. Grayscale: #C3C3C3. Windows color (decimal): -6631937 or 16764314. OLE color: 16764314.

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

Color convert

RGB 154 205 255 -
CMYK 0.40 0.20 0 0
HSL 209.7º 1% 0.8% -
HSV(B) 209.7º 0.4% 1% -
XYZ 53.21 57.75 102.95 -
YUV 195.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 154 205 255 0.40 0.20 0 0 209.7 1 0.8
Hex 9A CD FF 28 14 0 0 D2 64 50
Octal 232 315 377 50 24 0 0 322 144 120
Binary 10011010 11001101 11111111 101000 10100 0 0 11010010 1100100 1010000

Color Harmonies of #9ACDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDFF

Black with #9ACDFF

Text Example


Text Example

White with #9ACDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ACDFF;
 }
 .AnyTagClassName
 {
   color: #9ACDFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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