Html Css Color HEX #A0CFFD Pale Cornflower Blue

📋 copy color: '#A0CFFD'

red 160 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #A0CFFD

Tints of Pale Cornflower Blue #A0CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.39%

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

R = 25.81%
G = 33.39%
B = 40.81%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0CFFD (or 0xA0CFFD) is known color: Pale Cornflower Blue. HEX triplet: A0, CF and FD. RGB value is (160,207,253). Sum of RGB (Red+Green+Blue) = 160+207+253=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFD is #5F3002. Grayscale: #C5C5C5. Windows color (decimal): -6238211 or 16633760. OLE color: 16633760.

HSL color Cylindrical-coordinate representation of color #A0CFFD: hue angle of 209.68º 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 #A0CFFD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 207 253 -
CMYK 0.37 0.18 0 0.01
HSL 209.68º 0.96% 0.81% -
HSV(B) 209.68º 0.37% 0.99% -
XYZ 54.54 59.19 101.48 -
YUV 198.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 160 207 253 0.37 0.18 0 0.01 209.68 0.96 0.81
Hex A0 CF FD 25 12 0 1 D2 60 51
Octal 240 317 375 45 22 0 1 322 140 121
Binary 10100000 11001111 11111101 100101 10010 0 1 11010010 1100000 1010001

Color Harmonies of #A0CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFFD

Black with #A0CFFD

Text Example


Text Example

White with #A0CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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