Html Css Color HEX #ABCFF0 Pale Cornflower Blue

📋 copy color: '#ABCFF0'

red 171 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #ABCFF0

Tints of Pale Cornflower Blue #ABCFF0

RGB

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

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

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

R = 27.67%
G = 33.5%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABCFF0 (or 0xABCFF0) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and F0. RGB value is (171,207,240). Sum of RGB (Red+Green+Blue) = 171+207+240=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF0 is #54300F. Grayscale: #C7C7C7. Windows color (decimal): -5517328 or 15781803. OLE color: 15781803.

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

Color convert

RGB 171 207 240 -
CMYK 0.29 0.14 0 0.06
HSL 208.7º 0.7% 0.81% -
HSV(B) 208.7º 0.29% 0.94% -
XYZ 54.84 59.57 91.05 -
YUV 200 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 171 207 240 0.29 0.14 0 0.06 208.7 0.7 0.81
Hex AB CF F0 1D E 0 6 D1 46 51
Octal 253 317 360 35 16 0 6 321 106 121
Binary 10101011 11001111 11110000 11101 1110 0 110 11010001 1000110 1010001

Color Harmonies of #ABCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFF0

Black with #ABCFF0

Text Example


Text Example

White with #ABCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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