Html Css Color HEX #A8CBDA Regent St Blue

📋 copy color: '#A8CBDA'

red 168 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A8CBDA

Tints of Regent St Blue #A8CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.47%

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

R = 28.52%
G = 34.47%
B = 37.01%

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

#A8CBDA (or 0xA8CBDA) is known color: Regent St Blue. HEX triplet: A8, CB and DA. RGB value is (168,203,218). Sum of RGB (Red+Green+Blue) = 168+203+218=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBDA is #573425. Grayscale: #C2C2C2. Windows color (decimal): -5714982 or 14338984. OLE color: 14338984.

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

Color convert

RGB 168 203 218 -
CMYK 0.23 0.07 0 0.15
HSL 198º 0.4% 0.76% -
HSV(B) 198º 0.23% 0.85% -
XYZ 50.16 56.1 74.51 -
YUV 194.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 168 203 218 0.23 0.07 0 0.15 198 0.4 0.76
Hex A8 CB DA 17 7 0 F C6 28 4C
Octal 250 313 332 27 7 0 17 306 50 114
Binary 10101000 11001011 11011010 10111 111 0 1111 11000110 101000 1001100

Color Harmonies of #A8CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBDA

Black with #A8CBDA

Text Example


Text Example

White with #A8CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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