Html Css Color HEX #A5CBDA Regent St Blue

📋 copy color: '#A5CBDA'

red 165 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #A5CBDA

Tints of Regent St Blue #A5CBDA

RGB

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

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

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

R = 28.16%
G = 34.64%
B = 37.2%

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

#A5CBDA (or 0xA5CBDA) is known color: Regent St Blue. HEX triplet: A5, CB and DA. RGB value is (165,203,218). Sum of RGB (Red+Green+Blue) = 165+203+218=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBDA is #5A3425. Grayscale: #C1C1C1. Windows color (decimal): -5911590 or 14338981. OLE color: 14338981.

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

Color convert

RGB 165 203 218 -
CMYK 0.24 0.07 0 0.15
HSL 196.98º 0.42% 0.75% -
HSV(B) 196.98º 0.24% 0.85% -
XYZ 49.53 55.77 74.48 -
YUV 193.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 165 203 218 0.24 0.07 0 0.15 196.98 0.42 0.75
Hex A5 CB DA 18 7 0 F C5 2A 4B
Octal 245 313 332 30 7 0 17 305 52 113
Binary 10100101 11001011 11011010 11000 111 0 1111 11000101 101010 1001011

Color Harmonies of #A5CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBDA

Black with #A5CBDA

Text Example


Text Example

White with #A5CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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