Html Css Color HEX #ABCDD4 Regent St Blue

📋 copy color: '#ABCDD4'

red 171 ◦ green 205 ◦ blue 212

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

Shades of Regent St Blue #ABCDD4

Tints of Regent St Blue #ABCDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 29.08%
G = 34.86%
B = 36.05%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABCDD4 (or 0xABCDD4) is known color: Regent St Blue. HEX triplet: AB, CD and D4. RGB value is (171,205,212). Sum of RGB (Red+Green+Blue) = 171+205+212=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD4 is #54322B. Grayscale: #C3C3C3. Windows color (decimal): -5517868 or 13946283. OLE color: 13946283.

HSL color Cylindrical-coordinate representation of color #ABCDD4: hue angle of 190.24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCDD4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 205 212 -
CMYK 0.19 0.03 0 0.17
HSL 190.24º 0.32% 0.75% -
HSV(B) 190.24º 0.19% 0.83% -
XYZ 50.51 57.07 70.64 -
YUV 195.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 171 205 212 0.19 0.03 0 0.17 190.24 0.32 0.75
Hex AB CD D4 13 3 0 11 BE 20 4B
Octal 253 315 324 23 3 0 21 276 40 113
Binary 10101011 11001101 11010100 10011 11 0 10001 10111110 100000 1001011

Color Harmonies of #ABCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD4

Black with #ABCDD4

Text Example


Text Example

White with #ABCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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