Html Css Color HEX #A0CEFD Pale Cornflower Blue

📋 copy color: '#A0CEFD'

red 160 ◦ green 206 ◦ blue 253

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

Shades of Pale Cornflower Blue #A0CEFD

Tints of Pale Cornflower Blue #A0CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 25.85%
G = 33.28%
B = 40.87%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0CEFD (or 0xA0CEFD) is known color: Pale Cornflower Blue. HEX triplet: A0, CE and FD. RGB value is (160,206,253). Sum of RGB (Red+Green+Blue) = 160+206+253=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEFD is #5F3102. Grayscale: #C5C5C5. Windows color (decimal): -6238467 or 16633504. OLE color: 16633504.

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

Color convert

RGB 160 206 253 -
CMYK 0.37 0.19 0 0.01
HSL 210.32º 0.96% 0.81% -
HSV(B) 210.32º 0.37% 0.99% -
XYZ 54.3 58.71 101.4 -
YUV 197.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 160 206 253 0.37 0.19 0 0.01 210.32 0.96 0.81
Hex A0 CE FD 25 13 0 1 D2 60 51
Octal 240 316 375 45 23 0 1 322 140 121
Binary 10100000 11001110 11111101 100101 10011 0 1 11010010 1100000 1010001

Color Harmonies of #A0CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEFD

Black with #A0CEFD

Text Example


Text Example

White with #A0CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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