Html Css Color HEX #A8CADA Regent St Blue

📋 copy color: '#A8CADA'

red 168 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #A8CADA

Tints of Regent St Blue #A8CADA

RGB

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

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

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

R = 28.57%
G = 34.35%
B = 37.07%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8CADA (or 0xA8CADA) is known color: Regent St Blue. HEX triplet: A8, CA and DA. RGB value is (168,202,218). Sum of RGB (Red+Green+Blue) = 168+202+218=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CADA is #573525. Grayscale: #C1C1C1. Windows color (decimal): -5715238 or 14338728. OLE color: 14338728.

HSL color Cylindrical-coordinate representation of color #A8CADA: hue angle of 199.2º 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 #A8CADA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 202 218 -
CMYK 0.23 0.07 0 0.15
HSL 199.2º 0.4% 0.76% -
HSV(B) 199.2º 0.23% 0.85% -
XYZ 49.92 55.63 74.44 -
YUV 193.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 168 202 218 0.23 0.07 0 0.15 199.2 0.4 0.76
Hex A8 CA DA 17 7 0 F C7 28 4C
Octal 250 312 332 27 7 0 17 307 50 114
Binary 10101000 11001010 11011010 10111 111 0 1111 11000111 101000 1001100

Color Harmonies of #A8CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CADA

Black with #A8CADA

Text Example


Text Example

White with #A8CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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