Html Css Color HEX #A6CBDA Regent St Blue

📋 copy color: '#A6CBDA'

red 166 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A6CBDA

Tints of Regent St Blue #A6CBDA

RGB

 RED value IS 166 (65.23% from 255) = 28.28%

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

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

R = 28.28%
G = 34.58%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6CBDA (or 0xA6CBDA) is known color: Regent St Blue. HEX triplet: A6, CB and DA. RGB value is (166,203,218). Sum of RGB (Red+Green+Blue) = 166+203+218=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDA is #593425. Grayscale: #C1C1C1. Windows color (decimal): -5846054 or 14338982. OLE color: 14338982.

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

Color convert

RGB 166 203 218 -
CMYK 0.24 0.07 0 0.15
HSL 197.31º 0.41% 0.75% -
HSV(B) 197.31º 0.24% 0.85% -
XYZ 49.74 55.88 74.49 -
YUV 193.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 166 203 218 0.24 0.07 0 0.15 197.31 0.41 0.75
Hex A6 CB DA 18 7 0 F C5 29 4B
Octal 246 313 332 30 7 0 17 305 51 113
Binary 10100110 11001011 11011010 11000 111 0 1111 11000101 101001 1001011

Color Harmonies of #A6CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBDA

Black with #A6CBDA

Text Example


Text Example

White with #A6CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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