Html Css Color HEX #A8CED7 Regent St Blue

📋 copy color: '#A8CED7'

red 168 ◦ green 206 ◦ blue 215

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

Shades of Regent St Blue #A8CED7

Tints of Regent St Blue #A8CED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 28.52%
G = 34.97%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A8CED7 (or 0xA8CED7) is known color: Regent St Blue. HEX triplet: A8, CE and D7. RGB value is (168,206,215). Sum of RGB (Red+Green+Blue) = 168+206+215=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CED7 is #573128. Grayscale: #C3C3C3. Windows color (decimal): -5714217 or 14143144. OLE color: 14143144.

HSL color Cylindrical-coordinate representation of color #A8CED7: hue angle of 191.49º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8CED7 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 206 215 -
CMYK 0.22 0.04 0 0.16
HSL 191.49º 0.37% 0.75% -
HSV(B) 191.49º 0.22% 0.84% -
XYZ 50.49 57.37 72.7 -
YUV 195.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 168 206 215 0.22 0.04 0 0.16 191.49 0.37 0.75
Hex A8 CE D7 16 4 0 10 BF 25 4B
Octal 250 316 327 26 4 0 20 277 45 113
Binary 10101000 11001110 11010111 10110 100 0 10000 10111111 100101 1001011

Color Harmonies of #A8CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CED7

Black with #A8CED7

Text Example


Text Example

White with #A8CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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