Html Css Color HEX #92CED9 Regent St Blue

📋 copy color: '#92CED9'

red 146 ◦ green 206 ◦ blue 217

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

Shades of Regent St Blue #92CED9

Tints of Regent St Blue #92CED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 25.66%
G = 36.2%
B = 38.14%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92CED9 (or 0x92CED9) is known color: Regent St Blue. HEX triplet: 92, CE and D9. RGB value is (146,206,217). Sum of RGB (Red+Green+Blue) = 146+206+217=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #92CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CED9 is #6D3126. Grayscale: #BDBDBD. Windows color (decimal): -7156007 or 14274194. OLE color: 14274194.

HSL color Cylindrical-coordinate representation of color #92CED9: hue angle of 189.3º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CED9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 206 217 -
CMYK 0.33 0.05 0 0.15
HSL 189.3º 0.48% 0.71% -
HSV(B) 189.3º 0.33% 0.85% -
XYZ 46.45 55.26 73.86 -
YUV 189.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 146 206 217 0.33 0.05 0 0.15 189.3 0.48 0.71
Hex 92 CE D9 21 5 0 F BD 30 47
Octal 222 316 331 41 5 0 17 275 60 107
Binary 10010010 11001110 11011001 100001 101 0 1111 10111101 110000 1000111

Color Harmonies of #92CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CED9

Black with #92CED9

Text Example


Text Example

White with #92CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,206,217); }

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

background-color css

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

 a { background-color: rgb(146,206,217); }

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

border-color css

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

 span { border-color: rgb(146,206,217); }

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