Html Css Color HEX #ABCBF6 Pale Cornflower Blue

📋 copy color: '#ABCBF6'

red 171 ◦ green 203 ◦ blue 246

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

Shades of Pale Cornflower Blue #ABCBF6

Tints of Pale Cornflower Blue #ABCBF6

RGB

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

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

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

R = 27.58%
G = 32.74%
B = 39.68%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABCBF6 (or 0xABCBF6) is known color: Pale Cornflower Blue. HEX triplet: AB, CB and F6. RGB value is (171,203,246). Sum of RGB (Red+Green+Blue) = 171+203+246=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABCBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBF6 is #543409. Grayscale: #C6C6C6. Windows color (decimal): -5518346 or 16173995. OLE color: 16173995.

HSL color Cylindrical-coordinate representation of color #ABCBF6: hue angle of 214.4º 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 #ABCBF6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 203 246 -
CMYK 0.30 0.17 0 0.04
HSL 214.4º 0.81% 0.82% -
HSV(B) 214.4º 0.3% 0.96% -
XYZ 54.79 58.02 95.5 -
YUV 198.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 171 203 246 0.30 0.17 0 0.04 214.4 0.81 0.82
Hex AB CB F6 1E 11 0 4 D6 51 52
Octal 253 313 366 36 21 0 4 326 121 122
Binary 10101011 11001011 11110110 11110 10001 0 100 11010110 1010001 1010010

Color Harmonies of #ABCBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBF6

Black with #ABCBF6

Text Example


Text Example

White with #ABCBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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