Html Css Color HEX #92BBCE Regent St Blue

📋 copy color: '#92BBCE'

red 146 ◦ green 187 ◦ blue 206

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

Shades of Regent St Blue #92BBCE

Tints of Regent St Blue #92BBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 27.09%
G = 34.69%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#92BBCE (or 0x92BBCE) is known color: Regent St Blue. HEX triplet: 92, BB and CE. RGB value is (146,187,206). Sum of RGB (Red+Green+Blue) = 146+187+206=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #92BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCE is #6D4431. Grayscale: #B0B0B0. Windows color (decimal): -7160882 or 13548434. OLE color: 13548434.

HSL color Cylindrical-coordinate representation of color #92BBCE: hue angle of 199º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92BBCE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 187 206 -
CMYK 0.29 0.09 0 0.19
HSL 199º 0.38% 0.69% -
HSV(B) 199º 0.29% 0.81% -
XYZ 40.76 46.11 65.14 -
YUV 176.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 146 187 206 0.29 0.09 0 0.19 199 0.38 0.69
Hex 92 BB CE 1D 9 0 13 C7 26 45
Octal 222 273 316 35 11 0 23 307 46 105
Binary 10010010 10111011 11001110 11101 1001 0 10011 11000111 100110 1000101

Color Harmonies of #92BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBCE

Black with #92BBCE

Text Example


Text Example

White with #92BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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