Html Css Color HEX #A0C2FB Pale Cornflower Blue

📋 copy color: '#A0C2FB'

red 160 ◦ green 194 ◦ blue 251

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

Shades of Pale Cornflower Blue #A0C2FB

Tints of Pale Cornflower Blue #A0C2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.07%

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

R = 26.45%
G = 32.07%
B = 41.49%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0C2FB (or 0xA0C2FB) is known color: Pale Cornflower Blue. HEX triplet: A0, C2 and FB. RGB value is (160,194,251). Sum of RGB (Red+Green+Blue) = 160+194+251=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2FB is #5F3D04. Grayscale: #BEBEBE. Windows color (decimal): -6241541 or 16499360. OLE color: 16499360.

HSL color Cylindrical-coordinate representation of color #A0C2FB: hue angle of 217.58º 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 #A0C2FB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 194 251 -
CMYK 0.36 0.23 0 0.02
HSL 217.58º 0.92% 0.81% -
HSV(B) 217.58º 0.36% 0.98% -
XYZ 51.2 53.02 98.8 -
YUV 190.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 160 194 251 0.36 0.23 0 0.02 217.58 0.92 0.81
Hex A0 C2 FB 24 17 0 2 DA 5C 51
Octal 240 302 373 44 27 0 2 332 134 121
Binary 10100000 11000010 11111011 100100 10111 0 10 11011010 1011100 1010001

Color Harmonies of #A0C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2FB

Black with #A0C2FB

Text Example


Text Example

White with #A0C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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