Html Css Color HEX #92CEDD Regent St Blue

📋 copy color: '#92CEDD'

red 146 ◦ green 206 ◦ blue 221

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

Shades of Regent St Blue #92CEDD

Tints of Regent St Blue #92CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 25.48%
G = 35.95%
B = 38.57%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92CEDD (or 0x92CEDD) is known color: Regent St Blue. HEX triplet: 92, CE and DD. RGB value is (146,206,221). Sum of RGB (Red+Green+Blue) = 146+206+221=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEDD is #6D3122. Grayscale: #BDBDBD. Windows color (decimal): -7156003 or 14536338. OLE color: 14536338.

HSL color Cylindrical-coordinate representation of color #92CEDD: hue angle of 192º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CEDD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 206 221 -
CMYK 0.34 0.07 0 0.13
HSL 192º 0.52% 0.72% -
HSV(B) 192º 0.34% 0.87% -
XYZ 46.98 55.47 76.64 -
YUV 189.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 146 206 221 0.34 0.07 0 0.13 192 0.52 0.72
Hex 92 CE DD 22 7 0 D C0 34 48
Octal 222 316 335 42 7 0 15 300 64 110
Binary 10010010 11001110 11011101 100010 111 0 1101 11000000 110100 1001000

Color Harmonies of #92CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CEDD

Black with #92CEDD

Text Example


Text Example

White with #92CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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