Html Css Color HEX #A0C8FB Pale Cornflower Blue

📋 copy color: '#A0C8FB'

red 160 ◦ green 200 ◦ blue 251

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

Shades of Pale Cornflower Blue #A0C8FB

Tints of Pale Cornflower Blue #A0C8FB

RGB

 RED value IS 160 (62.89% from 255) = 26.19%

 GREEN value IS 200 (78.52% from 255) = 32.73%

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 26.19%
G = 32.73%
B = 41.08%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0C8FB (or 0xA0C8FB) is known color: Pale Cornflower Blue. HEX triplet: A0, C8 and FB. RGB value is (160,200,251). Sum of RGB (Red+Green+Blue) = 160+200+251=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FB is #5F3704. Grayscale: #C1C1C1. Windows color (decimal): -6240005 or 16500896. OLE color: 16500896.

HSL color Cylindrical-coordinate representation of color #A0C8FB: hue angle of 213.63º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C8FB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 200 251 -
CMYK 0.36 0.20 0 0.02
HSL 213.63º 0.92% 0.81% -
HSV(B) 213.63º 0.36% 0.98% -
XYZ 52.56 55.75 99.26 -
YUV 193.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 160 200 251 0.36 0.20 0 0.02 213.63 0.92 0.81
Hex A0 C8 FB 24 14 0 2 D6 5C 51
Octal 240 310 373 44 24 0 2 326 134 121
Binary 10100000 11001000 11111011 100100 10100 0 10 11010110 1011100 1010001

Color Harmonies of #A0C8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8FB

Black with #A0C8FB

Text Example


Text Example

White with #A0C8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8FB; }

 p { color: rgb(160,200,251); }

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

background-color css

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

 a { background-color: rgb(160,200,251); }

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

border-color css

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

 span { border-color: rgb(160,200,251); }

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