Html Css Color HEX #ABCAF2 Pale Cornflower Blue

📋 copy color: '#ABCAF2'

red 171 ◦ green 202 ◦ blue 242

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

Shades of Pale Cornflower Blue #ABCAF2

Tints of Pale Cornflower Blue #ABCAF2

RGB

 RED value IS 171 (67.19% from 255) = 27.8%

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

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

R = 27.8%
G = 32.85%
B = 39.35%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABCAF2 (or 0xABCAF2) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and F2. RGB value is (171,202,242). Sum of RGB (Red+Green+Blue) = 171+202+242=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAF2 is #54350D. Grayscale: #C5C5C5. Windows color (decimal): -5518606 or 15911595. OLE color: 15911595.

HSL color Cylindrical-coordinate representation of color #ABCAF2: hue angle of 213.8º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCAF2 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 202 242 -
CMYK 0.29 0.17 0 0.05
HSL 213.8º 0.73% 0.81% -
HSV(B) 213.8º 0.29% 0.95% -
XYZ 53.94 57.31 92.22 -
YUV 197.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 171 202 242 0.29 0.17 0 0.05 213.8 0.73 0.81
Hex AB CA F2 1D 11 0 5 D6 49 51
Octal 253 312 362 35 21 0 5 326 111 121
Binary 10101011 11001010 11110010 11101 10001 0 101 11010110 1001001 1010001

Color Harmonies of #ABCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAF2

Black with #ABCAF2

Text Example


Text Example

White with #ABCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAF2; }

 p { color: rgb(171,202,242); }

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

background-color css

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

 a { background-color: rgb(171,202,242); }

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

border-color css

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

 span { border-color: rgb(171,202,242); }

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