Html Css Color HEX #A5CCDA Regent St Blue

📋 copy color: '#A5CCDA'

red 165 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #A5CCDA

Tints of Regent St Blue #A5CCDA

RGB

 RED value IS 165 (64.84% from 255) = 28.11%

 GREEN value IS 204 (80.08% from 255) = 34.75%

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

R = 28.11%
G = 34.75%
B = 37.14%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A5CCDA (or 0xA5CCDA) is known color: Regent St Blue. HEX triplet: A5, CC and DA. RGB value is (165,204,218). Sum of RGB (Red+Green+Blue) = 165+204+218=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 204 (80.08% from 255 or 34.75% 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 #A5CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDA is #5A3325. Grayscale: #C1C1C1. Windows color (decimal): -5911334 or 14339237. OLE color: 14339237.

HSL color Cylindrical-coordinate representation of color #A5CCDA: hue angle of 195.85º degrees, saturation: 0.42, 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 #A5CCDA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 204 218 -
CMYK 0.24 0.06 0 0.15
HSL 195.85º 0.42% 0.75% -
HSV(B) 195.85º 0.24% 0.85% -
XYZ 49.76 56.25 74.56 -
YUV 193.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 165 204 218 0.24 0.06 0 0.15 195.85 0.42 0.75
Hex A5 CC DA 18 6 0 F C4 2A 4B
Octal 245 314 332 30 6 0 17 304 52 113
Binary 10100101 11001100 11011010 11000 110 0 1111 11000100 101010 1001011

Color Harmonies of #A5CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDA

Black with #A5CCDA

Text Example


Text Example

White with #A5CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDA; }

 p { color: rgb(165,204,218); }

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

background-color css

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

 a { background-color: rgb(165,204,218); }

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

border-color css

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

 span { border-color: rgb(165,204,218); }

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