Html Css Color HEX #9ACAFE Pale Cornflower Blue

📋 copy color: '#9ACAFE'

red 154 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #9ACAFE

Tints of Pale Cornflower Blue #9ACAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.11%

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

R = 25.25%
G = 33.11%
B = 41.64%

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

#9ACAFE (or 0x9ACAFE) is known color: Pale Cornflower Blue. HEX triplet: 9A, CA and FE. RGB value is (154,202,254). Sum of RGB (Red+Green+Blue) = 154+202+254=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ACAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAFE is #653501. Grayscale: #C1C1C1. Windows color (decimal): -6632706 or 16698010. OLE color: 16698010.

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

Color convert

RGB 154 202 254 -
CMYK 0.39 0.20 0 0.00
HSL 211.2º 0.98% 0.8% -
HSV(B) 211.2º 0.39% 1% -
XYZ 52.34 56.27 101.87 -
YUV 193.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 154 202 254 0.39 0.20 0 0.00 211.2 0.98 0.8
Hex 9A CA FE 27 14 0 0 D3 62 50
Octal 232 312 376 47 24 0 0 323 142 120
Binary 10011010 11001010 11111110 100111 10100 0 0 11010011 1100010 1010000

Color Harmonies of #9ACAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACAFE

Black with #9ACAFE

Text Example


Text Example

White with #9ACAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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