Html Css Color HEX #ABCCF0 Pale Cornflower Blue

📋 copy color: '#ABCCF0'

red 171 ◦ green 204 ◦ blue 240

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

Shades of Pale Cornflower Blue #ABCCF0

Tints of Pale Cornflower Blue #ABCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.17%

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

R = 27.8%
G = 33.17%
B = 39.02%

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

#ABCCF0 (or 0xABCCF0) is known color: Pale Cornflower Blue. HEX triplet: AB, CC and F0. RGB value is (171,204,240). Sum of RGB (Red+Green+Blue) = 171+204+240=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCF0 is #54330F. Grayscale: #C6C6C6. Windows color (decimal): -5518096 or 15781035. OLE color: 15781035.

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

Color convert

RGB 171 204 240 -
CMYK 0.29 0.15 0 0.06
HSL 211.3º 0.7% 0.81% -
HSV(B) 211.3º 0.29% 0.94% -
XYZ 54.12 58.13 90.81 -
YUV 198.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 171 204 240 0.29 0.15 0 0.06 211.3 0.7 0.81
Hex AB CC F0 1D F 0 6 D3 46 51
Octal 253 314 360 35 17 0 6 323 106 121
Binary 10101011 11001100 11110000 11101 1111 0 110 11010011 1000110 1010001

Color Harmonies of #ABCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCF0

Black with #ABCCF0

Text Example


Text Example

White with #ABCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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