Html Css Color HEX #ABCFF5 Pale Cornflower Blue

📋 copy color: '#ABCFF5'

red 171 ◦ green 207 ◦ blue 245

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

Shades of Pale Cornflower Blue #ABCFF5

Tints of Pale Cornflower Blue #ABCFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.33%

R = 27.45%
G = 33.23%
B = 39.33%

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

#ABCFF5 (or 0xABCFF5) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and F5. RGB value is (171,207,245). Sum of RGB (Red+Green+Blue) = 171+207+245=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABCFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF5 is #54300A. Grayscale: #C8C8C8. Windows color (decimal): -5517323 or 16109483. OLE color: 16109483.

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

Color convert

RGB 171 207 245 -
CMYK 0.30 0.16 0 0.04
HSL 210.81º 0.79% 0.82% -
HSV(B) 210.81º 0.3% 0.96% -
XYZ 55.59 59.88 95.01 -
YUV 200.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 171 207 245 0.30 0.16 0 0.04 210.81 0.79 0.82
Hex AB CF F5 1E 10 0 4 D3 4F 52
Octal 253 317 365 36 20 0 4 323 117 122
Binary 10101011 11001111 11110101 11110 10000 0 100 11010011 1001111 1010010

Color Harmonies of #ABCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFF5

Black with #ABCFF5

Text Example


Text Example

White with #ABCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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