Html Css Color HEX #ABCFF6 Pale Cornflower Blue

📋 copy color: '#ABCFF6'

red 171 ◦ green 207 ◦ blue 246

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

Shades of Pale Cornflower Blue #ABCFF6

Tints of Pale Cornflower Blue #ABCFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.17%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 27.4%
G = 33.17%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABCFF6 (or 0xABCFF6) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and F6. RGB value is (171,207,246). Sum of RGB (Red+Green+Blue) = 171+207+246=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF6 is #543009. Grayscale: #C8C8C8. Windows color (decimal): -5517322 or 16175019. OLE color: 16175019.

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

Color convert

RGB 171 207 246 -
CMYK 0.30 0.16 0 0.04
HSL 211.2º 0.81% 0.82% -
HSV(B) 211.2º 0.3% 0.96% -
XYZ 55.74 59.94 95.82 -
YUV 200.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 171 207 246 0.30 0.16 0 0.04 211.2 0.81 0.82
Hex AB CF F6 1E 10 0 4 D3 51 52
Octal 253 317 366 36 20 0 4 323 121 122
Binary 10101011 11001111 11110110 11110 10000 0 100 11010011 1010001 1010010

Color Harmonies of #ABCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFF6

Black with #ABCFF6

Text Example


Text Example

White with #ABCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFF6; }

 p { color: rgb(171,207,246); }

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

background-color css

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

 a { background-color: rgb(171,207,246); }

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

border-color css

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

 span { border-color: rgb(171,207,246); }

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