Html Css Color HEX #A8CCEC Pale Cornflower Blue

📋 copy color: '#A8CCEC'

red 168 ◦ green 204 ◦ blue 236

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

Shades of Pale Cornflower Blue #A8CCEC

Tints of Pale Cornflower Blue #A8CCEC

RGB

 RED value IS 168 (66.02% from 255) = 27.63%

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 27.63%
G = 33.55%
B = 38.82%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8CCEC (or 0xA8CCEC) is known color: Pale Cornflower Blue. HEX triplet: A8, CC and EC. RGB value is (168,204,236). Sum of RGB (Red+Green+Blue) = 168+204+236=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCEC is #573313. Grayscale: #C4C4C4. Windows color (decimal): -5714708 or 15518888. OLE color: 15518888.

HSL color Cylindrical-coordinate representation of color #A8CCEC: hue angle of 208.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CCEC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 204 236 -
CMYK 0.29 0.14 0 0.07
HSL 208.24º 0.64% 0.79% -
HSV(B) 208.24º 0.29% 0.93% -
XYZ 52.88 57.57 87.68 -
YUV 196.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 168 204 236 0.29 0.14 0 0.07 208.24 0.64 0.79
Hex A8 CC EC 1D E 0 7 D0 40 4F
Octal 250 314 354 35 16 0 7 320 100 117
Binary 10101000 11001100 11101100 11101 1110 0 111 11010000 1000000 1001111

Color Harmonies of #A8CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCEC

Black with #A8CCEC

Text Example


Text Example

White with #A8CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCEC; }

 p { color: rgb(168,204,236); }

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

background-color css

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

 a { background-color: rgb(168,204,236); }

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

border-color css

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

 span { border-color: rgb(168,204,236); }

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