Html Css Color HEX #A0CEFA Pale Cornflower Blue

📋 copy color: '#A0CEFA'

red 160 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #A0CEFA

Tints of Pale Cornflower Blue #A0CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 25.97%
G = 33.44%
B = 40.58%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0CEFA (or 0xA0CEFA) is known color: Pale Cornflower Blue. HEX triplet: A0, CE and FA. RGB value is (160,206,250). Sum of RGB (Red+Green+Blue) = 160+206+250=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFA is #5F3105. Grayscale: #C5C5C5. Windows color (decimal): -6238470 or 16436896. OLE color: 16436896.

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

Color convert

RGB 160 206 250 -
CMYK 0.36 0.18 0 0.02
HSL 209.33º 0.9% 0.8% -
HSV(B) 209.33º 0.36% 0.98% -
XYZ 53.82 58.52 98.9 -
YUV 197.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 160 206 250 0.36 0.18 0 0.02 209.33 0.9 0.8
Hex A0 CE FA 24 12 0 2 D1 5A 50
Octal 240 316 372 44 22 0 2 321 132 120
Binary 10100000 11001110 11111010 100100 10010 0 10 11010001 1011010 1010000

Color Harmonies of #A0CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEFA

Black with #A0CEFA

Text Example


Text Example

White with #A0CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEFA; }

 p { color: rgb(160,206,250); }

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

background-color css

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

 a { background-color: rgb(160,206,250); }

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

border-color css

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

 span { border-color: rgb(160,206,250); }

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