Html Css Color HEX #A0CCF8 Pale Cornflower Blue

📋 copy color: '#A0CCF8'

red 160 ◦ green 204 ◦ blue 248

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

Shades of Pale Cornflower Blue #A0CCF8

Tints of Pale Cornflower Blue #A0CCF8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 26.14%
G = 33.33%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A0CCF8 (or 0xA0CCF8) is known color: Pale Cornflower Blue. HEX triplet: A0, CC and F8. RGB value is (160,204,248). Sum of RGB (Red+Green+Blue) = 160+204+248=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0CCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF8 is #5F3307. Grayscale: #C3C3C3. Windows color (decimal): -6238984 or 16305312. OLE color: 16305312.

HSL color Cylindrical-coordinate representation of color #A0CCF8: hue angle of 210º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0CCF8 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 204 248 -
CMYK 0.35 0.18 0 0.03
HSL 210º 0.86% 0.8% -
HSV(B) 210º 0.35% 0.97% -
XYZ 53.03 57.44 97.1 -
YUV 195.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 160 204 248 0.35 0.18 0 0.03 210 0.86 0.8
Hex A0 CC F8 23 12 0 3 D2 56 50
Octal 240 314 370 43 22 0 3 322 126 120
Binary 10100000 11001100 11111000 100011 10010 0 11 11010010 1010110 1010000

Color Harmonies of #A0CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCF8

Black with #A0CCF8

Text Example


Text Example

White with #A0CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCF8; }

 p { color: rgb(160,204,248); }

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

background-color css

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

 a { background-color: rgb(160,204,248); }

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

border-color css

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

 span { border-color: rgb(160,204,248); }

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