Html Css Color HEX #92CBDB Regent St Blue

📋 copy color: '#92CBDB'

red 146 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #92CBDB

Tints of Regent St Blue #92CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.74%

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

R = 25.7%
G = 35.74%
B = 38.56%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92CBDB (or 0x92CBDB) is known color: Regent St Blue. HEX triplet: 92, CB and DB. RGB value is (146,203,219). Sum of RGB (Red+Green+Blue) = 146+203+219=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBDB is #6D3424. Grayscale: #BBBBBB. Windows color (decimal): -7156773 or 14404498. OLE color: 14404498.

HSL color Cylindrical-coordinate representation of color #92CBDB: hue angle of 193.15º 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 #92CBDB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 203 219 -
CMYK 0.33 0.07 0 0.14
HSL 193.15º 0.5% 0.72% -
HSV(B) 193.15º 0.33% 0.86% -
XYZ 46 53.94 75 -
YUV 187.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 146 203 219 0.33 0.07 0 0.14 193.15 0.5 0.72
Hex 92 CB DB 21 7 0 E C1 32 48
Octal 222 313 333 41 7 0 16 301 62 110
Binary 10010010 11001011 11011011 100001 111 0 1110 11000001 110010 1001000

Color Harmonies of #92CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CBDB

Black with #92CBDB

Text Example


Text Example

White with #92CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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