Html Css Color HEX #92D1DC Regent St Blue

📋 copy color: '#92D1DC'

red 146 ◦ green 209 ◦ blue 220

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

Shades of Regent St Blue #92D1DC

Tints of Regent St Blue #92D1DC

RGB

 RED value IS 146 (57.42% from 255) = 25.39%

 GREEN value IS 209 (82.03% from 255) = 36.35%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 25.39%
G = 36.35%
B = 38.26%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92D1DC (or 0x92D1DC) is known color: Regent St Blue. HEX triplet: 92, D1 and DC. RGB value is (146,209,220). Sum of RGB (Red+Green+Blue) = 146+209+220=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #92D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D1DC is #6D2E23. Grayscale: #BFBFBF. Windows color (decimal): -7155236 or 14471570. OLE color: 14471570.

HSL color Cylindrical-coordinate representation of color #92D1DC: hue angle of 188.92º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92D1DC is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 209 220 -
CMYK 0.34 0.05 0 0.14
HSL 188.92º 0.51% 0.72% -
HSV(B) 188.92º 0.34% 0.86% -
XYZ 47.57 56.88 76.18 -
YUV 191.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 146 209 220 0.34 0.05 0 0.14 188.92 0.51 0.72
Hex 92 D1 DC 22 5 0 E BD 33 48
Octal 222 321 334 42 5 0 16 275 63 110
Binary 10010010 11010001 11011100 100010 101 0 1110 10111101 110011 1001000

Color Harmonies of #92D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D1DC

Black with #92D1DC

Text Example


Text Example

White with #92D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92D1DC; }

 p { color: rgb(146,209,220); }

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

background-color css

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

 a { background-color: rgb(146,209,220); }

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

border-color css

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

 span { border-color: rgb(146,209,220); }

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