Html Css Color HEX #A8CAEE Pale Cornflower Blue

📋 copy color: '#A8CAEE'

red 168 ◦ green 202 ◦ blue 238

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

Shades of Pale Cornflower Blue #A8CAEE

Tints of Pale Cornflower Blue #A8CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.22%

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 27.63%
G = 33.22%
B = 39.14%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8CAEE (or 0xA8CAEE) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and EE. RGB value is (168,202,238). Sum of RGB (Red+Green+Blue) = 168+202+238=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAEE is #573511. Grayscale: #C3C3C3. Windows color (decimal): -5715218 or 15649448. OLE color: 15649448.

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

Color convert

RGB 168 202 238 -
CMYK 0.29 0.15 0 0.07
HSL 210.86º 0.67% 0.8% -
HSV(B) 210.86º 0.29% 0.93% -
XYZ 52.7 56.74 89.06 -
YUV 195.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 168 202 238 0.29 0.15 0 0.07 210.86 0.67 0.8
Hex A8 CA EE 1D F 0 7 D3 43 50
Octal 250 312 356 35 17 0 7 323 103 120
Binary 10101000 11001010 11101110 11101 1111 0 111 11010011 1000011 1010000

Color Harmonies of #A8CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAEE

Black with #A8CAEE

Text Example


Text Example

White with #A8CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAEE; }

 p { color: rgb(168,202,238); }

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

background-color css

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

 a { background-color: rgb(168,202,238); }

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

border-color css

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

 span { border-color: rgb(168,202,238); }

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