Html Css Color HEX #92CAD6 Regent St Blue

📋 copy color: '#92CAD6'

red 146 ◦ green 202 ◦ blue 214

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

Shades of Regent St Blue #92CAD6

Tints of Regent St Blue #92CAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.94%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 25.98%
G = 35.94%
B = 38.08%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#92CAD6 (or 0x92CAD6) is known color: Regent St Blue. HEX triplet: 92, CA and D6. RGB value is (146,202,214). Sum of RGB (Red+Green+Blue) = 146+202+214=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #92CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CAD6 is #6D3529. Grayscale: #BABABA. Windows color (decimal): -7157034 or 14076562. OLE color: 14076562.

HSL color Cylindrical-coordinate representation of color #92CAD6: hue angle of 190.59º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92CAD6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 202 214 -
CMYK 0.32 0.06 0 0.16
HSL 190.59º 0.45% 0.71% -
HSV(B) 190.59º 0.32% 0.84% -
XYZ 45.11 53.21 71.51 -
YUV 186.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 146 202 214 0.32 0.06 0 0.16 190.59 0.45 0.71
Hex 92 CA D6 20 6 0 10 BF 2D 47
Octal 222 312 326 40 6 0 20 277 55 107
Binary 10010010 11001010 11010110 100000 110 0 10000 10111111 101101 1000111

Color Harmonies of #92CAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CAD6

Black with #92CAD6

Text Example


Text Example

White with #92CAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,202,214); }

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

background-color css

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

 a { background-color: rgb(146,202,214); }

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

border-color css

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

 span { border-color: rgb(146,202,214); }

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