Html Css Color HEX #A9CBF2 Pale Cornflower Blue

📋 copy color: '#A9CBF2'

red 169 ◦ green 203 ◦ blue 242

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

Shades of Pale Cornflower Blue #A9CBF2

Tints of Pale Cornflower Blue #A9CBF2

RGB

 RED value IS 169 (66.41% from 255) = 27.52%

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 27.52%
G = 33.06%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A9CBF2 (or 0xA9CBF2) is known color: Pale Cornflower Blue. HEX triplet: A9, CB and F2. RGB value is (169,203,242). Sum of RGB (Red+Green+Blue) = 169+203+242=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CBF2 is #56340D. Grayscale: #C5C5C5. Windows color (decimal): -5649422 or 15911849. OLE color: 15911849.

HSL color Cylindrical-coordinate representation of color #A9CBF2: hue angle of 212.05º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9CBF2 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 203 242 -
CMYK 0.30 0.16 0 0.05
HSL 212.05º 0.74% 0.81% -
HSV(B) 212.05º 0.3% 0.95% -
XYZ 53.75 57.56 92.28 -
YUV 197.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 169 203 242 0.30 0.16 0 0.05 212.05 0.74 0.81
Hex A9 CB F2 1E 10 0 5 D4 4A 51
Octal 251 313 362 36 20 0 5 324 112 121
Binary 10101001 11001011 11110010 11110 10000 0 101 11010100 1001010 1010001

Color Harmonies of #A9CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBF2

Black with #A9CBF2

Text Example


Text Example

White with #A9CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBF2; }

 p { color: rgb(169,203,242); }

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

background-color css

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

 a { background-color: rgb(169,203,242); }

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

border-color css

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

 span { border-color: rgb(169,203,242); }

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