Html Css Color HEX #92CCDD Regent St Blue

📋 copy color: '#92CCDD'

red 146 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #92CCDD

Tints of Regent St Blue #92CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

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

R = 25.57%
G = 35.73%
B = 38.7%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92CCDD (or 0x92CCDD) is known color: Regent St Blue. HEX triplet: 92, CC and DD. RGB value is (146,204,221). Sum of RGB (Red+Green+Blue) = 146+204+221=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CCDD is #6D3322. Grayscale: #BCBCBC. Windows color (decimal): -7156515 or 14535826. OLE color: 14535826.

HSL color Cylindrical-coordinate representation of color #92CCDD: hue angle of 193.6º 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 #92CCDD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 204 221 -
CMYK 0.34 0.08 0 0.13
HSL 193.6º 0.52% 0.72% -
HSV(B) 193.6º 0.34% 0.87% -
XYZ 46.5 54.52 76.48 -
YUV 188.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 146 204 221 0.34 0.08 0 0.13 193.6 0.52 0.72
Hex 92 CC DD 22 8 0 D C2 34 48
Octal 222 314 335 42 10 0 15 302 64 110
Binary 10010010 11001100 11011101 100010 1000 0 1101 11000010 110100 1001000

Color Harmonies of #92CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CCDD

Black with #92CCDD

Text Example


Text Example

White with #92CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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