Html Css Color HEX #A8CDED Pale Cornflower Blue

📋 copy color: '#A8CDED'

red 168 ◦ green 205 ◦ blue 237

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

Shades of Pale Cornflower Blue #A8CDED

Tints of Pale Cornflower Blue #A8CDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.61%

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 27.54%
G = 33.61%
B = 38.85%

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

#A8CDED (or 0xA8CDED) is known color: Pale Cornflower Blue. HEX triplet: A8, CD and ED. RGB value is (168,205,237). Sum of RGB (Red+Green+Blue) = 168+205+237=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDED is #573212. Grayscale: #C5C5C5. Windows color (decimal): -5714451 or 15584680. OLE color: 15584680.

HSL color Cylindrical-coordinate representation of color #A8CDED: hue angle of 207.83º degrees, saturation: 0.66, 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 #A8CDED is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 205 237 -
CMYK 0.29 0.14 0 0.07
HSL 207.83º 0.66% 0.79% -
HSV(B) 207.83º 0.29% 0.93% -
XYZ 53.27 58.1 88.53 -
YUV 197.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 168 205 237 0.29 0.14 0 0.07 207.83 0.66 0.79
Hex A8 CD ED 1D E 0 7 D0 42 4F
Octal 250 315 355 35 16 0 7 320 102 117
Binary 10101000 11001101 11101101 11101 1110 0 111 11010000 1000010 1001111

Color Harmonies of #A8CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDED

Black with #A8CDED

Text Example


Text Example

White with #A8CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDED; }

 p { color: rgb(168,205,237); }

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

background-color css

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

 a { background-color: rgb(168,205,237); }

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

border-color css

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

 span { border-color: rgb(168,205,237); }

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