Html Css Color HEX #ABCDF0 Pale Cornflower Blue

📋 copy color: '#ABCDF0'

red 171 ◦ green 205 ◦ blue 240

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

Shades of Pale Cornflower Blue #ABCDF0

Tints of Pale Cornflower Blue #ABCDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 27.76%
G = 33.28%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABCDF0 (or 0xABCDF0) is known color: Pale Cornflower Blue. HEX triplet: AB, CD and F0. RGB value is (171,205,240). Sum of RGB (Red+Green+Blue) = 171+205+240=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF0 is #54320F. Grayscale: #C6C6C6. Windows color (decimal): -5517840 or 15781291. OLE color: 15781291.

HSL color Cylindrical-coordinate representation of color #ABCDF0: hue angle of 210.43º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCDF0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 205 240 -
CMYK 0.29 0.15 0 0.06
HSL 210.43º 0.7% 0.81% -
HSV(B) 210.43º 0.29% 0.94% -
XYZ 54.35 58.61 90.89 -
YUV 198.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 171 205 240 0.29 0.15 0 0.06 210.43 0.7 0.81
Hex AB CD F0 1D F 0 6 D2 46 51
Octal 253 315 360 35 17 0 6 322 106 121
Binary 10101011 11001101 11110000 11101 1111 0 110 11010010 1000110 1010001

Color Harmonies of #ABCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDF0

Black with #ABCDF0

Text Example


Text Example

White with #ABCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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