Html Css Color HEX #A7CBDA Regent St Blue

📋 copy color: '#A7CBDA'

red 167 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A7CBDA

Tints of Regent St Blue #A7CBDA

RGB

 RED value IS 167 (65.63% from 255) = 28.4%

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

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

R = 28.4%
G = 34.52%
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

#A7CBDA (or 0xA7CBDA) is known color: Regent St Blue. HEX triplet: A7, CB and DA. RGB value is (167,203,218). Sum of RGB (Red+Green+Blue) = 167+203+218=588 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.40% from 588); Green value is 203 (79.69% from 255 or 34.52% 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 #A7CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBDA is #583425. Grayscale: #C1C1C1. Windows color (decimal): -5780518 or 14338983. OLE color: 14338983.

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

Color convert

RGB 167 203 218 -
CMYK 0.23 0.07 0 0.15
HSL 197.65º 0.41% 0.75% -
HSV(B) 197.65º 0.23% 0.85% -
XYZ 49.95 55.99 74.5 -
YUV 193.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 167 203 218 0.23 0.07 0 0.15 197.65 0.41 0.75
Hex A7 CB DA 17 7 0 F C6 29 4B
Octal 247 313 332 27 7 0 17 306 51 113
Binary 10100111 11001011 11011010 10111 111 0 1111 11000110 101001 1001011

Color Harmonies of #A7CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CBDA

Black with #A7CBDA

Text Example


Text Example

White with #A7CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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