Html Css Color HEX #A8CCDA Regent St Blue

📋 copy color: '#A8CCDA'

red 168 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #A8CCDA

Tints of Regent St Blue #A8CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 28.47%
G = 34.58%
B = 36.95%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8CCDA (or 0xA8CCDA) is known color: Regent St Blue. HEX triplet: A8, CC and DA. RGB value is (168,204,218). Sum of RGB (Red+Green+Blue) = 168+204+218=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCDA is #573325. Grayscale: #C2C2C2. Windows color (decimal): -5714726 or 14339240. OLE color: 14339240.

HSL color Cylindrical-coordinate representation of color #A8CCDA: hue angle of 196.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CCDA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 204 218 -
CMYK 0.23 0.06 0 0.15
HSL 196.8º 0.4% 0.76% -
HSV(B) 196.8º 0.23% 0.85% -
XYZ 50.4 56.57 74.59 -
YUV 194.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 168 204 218 0.23 0.06 0 0.15 196.8 0.4 0.76
Hex A8 CC DA 17 6 0 F C5 28 4C
Octal 250 314 332 27 6 0 17 305 50 114
Binary 10101000 11001100 11011010 10111 110 0 1111 11000101 101000 1001100

Color Harmonies of #A8CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCDA

Black with #A8CCDA

Text Example


Text Example

White with #A8CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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