Html Css Color HEX #A5CFD6 Regent St Blue

📋 copy color: '#A5CFD6'

red 165 ◦ green 207 ◦ blue 214

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

Shades of Regent St Blue #A5CFD6

Tints of Regent St Blue #A5CFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 28.16%
G = 35.32%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A5CFD6 (or 0xA5CFD6) is known color: Regent St Blue. HEX triplet: A5, CF and D6. RGB value is (165,207,214). Sum of RGB (Red+Green+Blue) = 165+207+214=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFD6 is #5A3029. Grayscale: #C3C3C3. Windows color (decimal): -5910570 or 14077861. OLE color: 14077861.

HSL color Cylindrical-coordinate representation of color #A5CFD6: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5CFD6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 207 214 -
CMYK 0.23 0.03 0 0.16
HSL 188.57º 0.37% 0.74% -
HSV(B) 188.57º 0.23% 0.84% -
XYZ 49.97 57.48 72.08 -
YUV 195.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 165 207 214 0.23 0.03 0 0.16 188.57 0.37 0.74
Hex A5 CF D6 17 3 0 10 BD 25 4A
Octal 245 317 326 27 3 0 20 275 45 112
Binary 10100101 11001111 11010110 10111 11 0 10000 10111101 100101 1001010

Color Harmonies of #A5CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFD6

Black with #A5CFD6

Text Example


Text Example

White with #A5CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFD6; }

 p { color: rgb(165,207,214); }

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

background-color css

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

 a { background-color: rgb(165,207,214); }

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

border-color css

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

 span { border-color: rgb(165,207,214); }

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