Html Css Color HEX #A0BFFF Pale Cornflower Blue

📋 copy color: '#A0BFFF'

red 160 ◦ green 191 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0BFFF

Tints of Pale Cornflower Blue #A0BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.52%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 26.4%
G = 31.52%
B = 42.08%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0BFFF (or 0xA0BFFF) is known color: Pale Cornflower Blue. HEX triplet: A0, BF and FF. RGB value is (160,191,255). Sum of RGB (Red+Green+Blue) = 160+191+255=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFFF is #5F4000. Grayscale: #BCBCBC. Windows color (decimal): -6242305 or 16760736. OLE color: 16760736.

HSL color Cylindrical-coordinate representation of color #A0BFFF: hue angle of 220.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BFFF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 191 255 -
CMYK 0.37 0.25 0 0
HSL 220.42º 1% 0.81% -
HSV(B) 220.42º 0.37% 1% -
XYZ 51.18 51.96 101.94 -
YUV 189.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 160 191 255 0.37 0.25 0 0 220.42 1 0.81
Hex A0 BF FF 25 19 0 0 DC 64 51
Octal 240 277 377 45 31 0 0 334 144 121
Binary 10100000 10111111 11111111 100101 11001 0 0 11011100 1100100 1010001

Color Harmonies of #A0BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFFF

Black with #A0BFFF

Text Example


Text Example

White with #A0BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFFF; }

 p { color: rgb(160,191,255); }

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

background-color css

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

 a { background-color: rgb(160,191,255); }

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

border-color css

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

 span { border-color: rgb(160,191,255); }

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