Html Css Color HEX #92C9DB Regent St Blue

📋 copy color: '#92C9DB'

red 146 ◦ green 201 ◦ blue 219

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

Shades of Regent St Blue #92C9DB

Tints of Regent St Blue #92C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 25.8%
G = 35.51%
B = 38.69%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92C9DB (or 0x92C9DB) is known color: Regent St Blue. HEX triplet: 92, C9 and DB. RGB value is (146,201,219). Sum of RGB (Red+Green+Blue) = 146+201+219=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #92C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9DB is #6D3624. Grayscale: #BABABA. Windows color (decimal): -7157285 or 14403986. OLE color: 14403986.

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

Color convert

RGB 146 201 219 -
CMYK 0.33 0.08 0 0.14
HSL 194.79º 0.5% 0.72% -
HSV(B) 194.79º 0.33% 0.86% -
XYZ 45.53 53 74.85 -
YUV 186.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 146 201 219 0.33 0.08 0 0.14 194.79 0.5 0.72
Hex 92 C9 DB 21 8 0 E C3 32 48
Octal 222 311 333 41 10 0 16 303 62 110
Binary 10010010 11001001 11011011 100001 1000 0 1110 11000011 110010 1001000

Color Harmonies of #92C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C9DB

Black with #92C9DB

Text Example


Text Example

White with #92C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,201,219); }

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

background-color css

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

 a { background-color: rgb(146,201,219); }

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

border-color css

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

 span { border-color: rgb(146,201,219); }

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