Html Css Color HEX #A3CFDB Regent St Blue

📋 copy color: '#A3CFDB'

red 163 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #A3CFDB

Tints of Regent St Blue #A3CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.14%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 27.67%
G = 35.14%
B = 37.18%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3CFDB (or 0xA3CFDB) is known color: Regent St Blue. HEX triplet: A3, CF and DB. RGB value is (163,207,219). Sum of RGB (Red+Green+Blue) = 163+207+219=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFDB is #5C3024. Grayscale: #C3C3C3. Windows color (decimal): -6041637 or 14405539. OLE color: 14405539.

HSL color Cylindrical-coordinate representation of color #A3CFDB: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CFDB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 207 219 -
CMYK 0.26 0.05 0 0.14
HSL 192.86º 0.44% 0.75% -
HSV(B) 192.86º 0.26% 0.86% -
XYZ 50.2 57.53 75.48 -
YUV 195.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 163 207 219 0.26 0.05 0 0.14 192.86 0.44 0.75
Hex A3 CF DB 1A 5 0 E C1 2C 4B
Octal 243 317 333 32 5 0 16 301 54 113
Binary 10100011 11001111 11011011 11010 101 0 1110 11000001 101100 1001011

Color Harmonies of #A3CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFDB

Black with #A3CFDB

Text Example


Text Example

White with #A3CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFDB; }

 p { color: rgb(163,207,219); }

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

background-color css

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

 a { background-color: rgb(163,207,219); }

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

border-color css

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

 span { border-color: rgb(163,207,219); }

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