Html Css Color HEX #92D0DA Regent St Blue

📋 copy color: '#92D0DA'

red 146 ◦ green 208 ◦ blue 218

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

Shades of Regent St Blue #92D0DA

Tints of Regent St Blue #92D0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.36%

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 25.52%
G = 36.36%
B = 38.11%

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

#92D0DA (or 0x92D0DA) is known color: Regent St Blue. HEX triplet: 92, D0 and DA. RGB value is (146,208,218). Sum of RGB (Red+Green+Blue) = 146+208+218=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #92D0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D0DA is #6D2F25. Grayscale: #BEBEBE. Windows color (decimal): -7155494 or 14340242. OLE color: 14340242.

HSL color Cylindrical-coordinate representation of color #92D0DA: hue angle of 188.33º degrees, saturation: 0.49, 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 #92D0DA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 208 218 -
CMYK 0.33 0.05 0 0.15
HSL 188.33º 0.49% 0.71% -
HSV(B) 188.33º 0.33% 0.85% -
XYZ 47.06 56.28 74.71 -
YUV 190.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 146 208 218 0.33 0.05 0 0.15 188.33 0.49 0.71
Hex 92 D0 DA 21 5 0 F BC 31 47
Octal 222 320 332 41 5 0 17 274 61 107
Binary 10010010 11010000 11011010 100001 101 0 1111 10111100 110001 1000111

Color Harmonies of #92D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D0DA

Black with #92D0DA

Text Example


Text Example

White with #92D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,208,218); }

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

background-color css

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

 a { background-color: rgb(146,208,218); }

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

border-color css

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

 span { border-color: rgb(146,208,218); }

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