Html Css Color HEX #9ACCFE Columbia Blue

📋 copy color: '#9ACCFE'

red 154 ◦ green 204 ◦ blue 254

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

Shades of Columbia Blue #9ACCFE

Tints of Columbia Blue #9ACCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 25.16%
G = 33.33%
B = 41.5%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9ACCFE (or 0x9ACCFE) is known color: Columbia Blue. HEX triplet: 9A, CC and FE. RGB value is (154,204,254). Sum of RGB (Red+Green+Blue) = 154+204+254=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ACCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFE is #653301. Grayscale: #C2C2C2. Windows color (decimal): -6632194 or 16698522. OLE color: 16698522.

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

Color convert

RGB 154 204 254 -
CMYK 0.39 0.20 0 0.00
HSL 210º 0.98% 0.8% -
HSV(B) 210º 0.39% 1% -
XYZ 52.81 57.21 102.03 -
YUV 194.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 154 204 254 0.39 0.20 0 0.00 210 0.98 0.8
Hex 9A CC FE 27 14 0 0 D2 62 50
Octal 232 314 376 47 24 0 0 322 142 120
Binary 10011010 11001100 11111110 100111 10100 0 0 11010010 1100010 1010000

Color Harmonies of #9ACCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCFE

Black with #9ACCFE

Text Example


Text Example

White with #9ACCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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