Html Css Color HEX #A8CEDD French Pass

📋 copy color: '#A8CEDD'

red 168 ◦ green 206 ◦ blue 221

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

Shades of French Pass #A8CEDD

Tints of French Pass #A8CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 28.24%
G = 34.62%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8CEDD (or 0xA8CEDD) is known color: French Pass. HEX triplet: A8, CE and DD. RGB value is (168,206,221). Sum of RGB (Red+Green+Blue) = 168+206+221=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEDD is #573122. Grayscale: #C4C4C4. Windows color (decimal): -5714211 or 14536360. OLE color: 14536360.

HSL color Cylindrical-coordinate representation of color #A8CEDD: hue angle of 196.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8CEDD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 206 221 -
CMYK 0.24 0.07 0 0.13
HSL 196.98º 0.44% 0.76% -
HSV(B) 196.98º 0.24% 0.87% -
XYZ 51.27 57.69 76.84 -
YUV 196.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 168 206 221 0.24 0.07 0 0.13 196.98 0.44 0.76
Hex A8 CE DD 18 7 0 D C5 2C 4C
Octal 250 316 335 30 7 0 15 305 54 114
Binary 10101000 11001110 11011101 11000 111 0 1101 11000101 101100 1001100

Color Harmonies of #A8CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEDD

Black with #A8CEDD

Text Example


Text Example

White with #A8CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEDD; }

 p { color: rgb(168,206,221); }

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

background-color css

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

 a { background-color: rgb(168,206,221); }

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

border-color css

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

 span { border-color: rgb(168,206,221); }

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