Html Css Color HEX #ABCDD8 Regent St Blue

📋 copy color: '#ABCDD8'

red 171 ◦ green 205 ◦ blue 216

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

Shades of Regent St Blue #ABCDD8

Tints of Regent St Blue #ABCDD8

RGB

 RED value IS 171 (67.19% from 255) = 28.89%

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 28.89%
G = 34.63%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCDD8 (or 0xABCDD8) is known color: Regent St Blue. HEX triplet: AB, CD and D8. RGB value is (171,205,216). Sum of RGB (Red+Green+Blue) = 171+205+216=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABCDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD8 is #543227. Grayscale: #C4C4C4. Windows color (decimal): -5517864 or 14208427. OLE color: 14208427.

HSL color Cylindrical-coordinate representation of color #ABCDD8: hue angle of 194.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCDD8 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 205 216 -
CMYK 0.21 0.05 0 0.15
HSL 194.67º 0.37% 0.76% -
HSV(B) 194.67º 0.21% 0.85% -
XYZ 51.02 57.28 73.33 -
YUV 196.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 171 205 216 0.21 0.05 0 0.15 194.67 0.37 0.76
Hex AB CD D8 15 5 0 F C3 25 4C
Octal 253 315 330 25 5 0 17 303 45 114
Binary 10101011 11001101 11011000 10101 101 0 1111 11000011 100101 1001100

Color Harmonies of #ABCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD8

Black with #ABCDD8

Text Example


Text Example

White with #ABCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD8; }

 p { color: rgb(171,205,216); }

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

background-color css

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

 a { background-color: rgb(171,205,216); }

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

border-color css

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

 span { border-color: rgb(171,205,216); }

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