Html Css Color HEX #A4CBDA Regent St Blue

📋 copy color: '#A4CBDA'

red 164 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A4CBDA

Tints of Regent St Blue #A4CBDA

RGB

 RED value IS 164 (64.45% from 255) = 28.03%

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

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

R = 28.03%
G = 34.7%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4CBDA (or 0xA4CBDA) is known color: Regent St Blue. HEX triplet: A4, CB and DA. RGB value is (164,203,218). Sum of RGB (Red+Green+Blue) = 164+203+218=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDA is #5B3425. Grayscale: #C0C0C0. Windows color (decimal): -5977126 or 14338980. OLE color: 14338980.

HSL color Cylindrical-coordinate representation of color #A4CBDA: hue angle of 196.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CBDA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 203 218 -
CMYK 0.25 0.07 0 0.15
HSL 196.67º 0.42% 0.75% -
HSV(B) 196.67º 0.25% 0.85% -
XYZ 49.32 55.67 74.47 -
YUV 193.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 164 203 218 0.25 0.07 0 0.15 196.67 0.42 0.75
Hex A4 CB DA 19 7 0 F C5 2A 4B
Octal 244 313 332 31 7 0 17 305 52 113
Binary 10100100 11001011 11011010 11001 111 0 1111 11000101 101010 1001011

Color Harmonies of #A4CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBDA

Black with #A4CBDA

Text Example


Text Example

White with #A4CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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