Html Css Color HEX #A3CBDA Regent St Blue

📋 copy color: '#A3CBDA'

red 163 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A3CBDA

Tints of Regent St Blue #A3CBDA

RGB

 RED value IS 163 (64.06% from 255) = 27.91%

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

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

R = 27.91%
G = 34.76%
B = 37.33%

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

#A3CBDA (or 0xA3CBDA) is known color: Regent St Blue. HEX triplet: A3, CB and DA. RGB value is (163,203,218). Sum of RGB (Red+Green+Blue) = 163+203+218=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBDA is #5C3425. Grayscale: #C0C0C0. Windows color (decimal): -6042662 or 14338979. OLE color: 14338979.

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

Color convert

RGB 163 203 218 -
CMYK 0.25 0.07 0 0.15
HSL 196.36º 0.43% 0.75% -
HSV(B) 196.36º 0.25% 0.85% -
XYZ 49.12 55.56 74.47 -
YUV 192.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 163 203 218 0.25 0.07 0 0.15 196.36 0.43 0.75
Hex A3 CB DA 19 7 0 F C4 2B 4B
Octal 243 313 332 31 7 0 17 304 53 113
Binary 10100011 11001011 11011010 11001 111 0 1111 11000100 101011 1001011

Color Harmonies of #A3CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBDA

Black with #A3CBDA

Text Example


Text Example

White with #A3CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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