Html Css Color HEX #ABCDF2 Pale Cornflower Blue

📋 copy color: '#ABCDF2'

red 171 ◦ green 205 ◦ blue 242

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

Shades of Pale Cornflower Blue #ABCDF2

Tints of Pale Cornflower Blue #ABCDF2

RGB

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

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

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

R = 27.67%
G = 33.17%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABCDF2 (or 0xABCDF2) is known color: Pale Cornflower Blue. HEX triplet: AB, CD and F2. RGB value is (171,205,242). Sum of RGB (Red+Green+Blue) = 171+205+242=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF2 is #54320D. Grayscale: #C6C6C6. Windows color (decimal): -5517838 or 15912363. OLE color: 15912363.

HSL color Cylindrical-coordinate representation of color #ABCDF2: hue angle of 211.27º 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 #ABCDF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 205 242 -
CMYK 0.29 0.15 0 0.05
HSL 211.27º 0.73% 0.81% -
HSV(B) 211.27º 0.29% 0.95% -
XYZ 54.65 58.73 92.46 -
YUV 199.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 171 205 242 0.29 0.15 0 0.05 211.27 0.73 0.81
Hex AB CD F2 1D F 0 5 D3 49 51
Octal 253 315 362 35 17 0 5 323 111 121
Binary 10101011 11001101 11110010 11101 1111 0 101 11010011 1001001 1010001

Color Harmonies of #ABCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDF2

Black with #ABCDF2

Text Example


Text Example

White with #ABCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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