Html Css Color HEX #94BBCC Regent St Blue

📋 copy color: '#94BBCC'

red 148 ◦ green 187 ◦ blue 204

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

Shades of Regent St Blue #94BBCC

Tints of Regent St Blue #94BBCC

RGB

 RED value IS 148 (58.2% from 255) = 27.46%

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 27.46%
G = 34.69%
B = 37.85%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#94BBCC (or 0x94BBCC) is known color: Regent St Blue. HEX triplet: 94, BB and CC. RGB value is (148,187,204). Sum of RGB (Red+Green+Blue) = 148+187+204=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #94BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBCC is #6B4433. Grayscale: #B1B1B1. Windows color (decimal): -7029812 or 13417364. OLE color: 13417364.

HSL color Cylindrical-coordinate representation of color #94BBCC: hue angle of 198.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BBCC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 187 204 -
CMYK 0.27 0.08 0 0.2
HSL 198.21º 0.35% 0.69% -
HSV(B) 198.21º 0.27% 0.8% -
XYZ 40.88 46.2 63.89 -
YUV 177.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 148 187 204 0.27 0.08 0 0.2 198.21 0.35 0.69
Hex 94 BB CC 1B 8 0 14 C6 23 45
Octal 224 273 314 33 10 0 24 306 43 105
Binary 10010100 10111011 11001100 11011 1000 0 10100 11000110 100011 1000101

Color Harmonies of #94BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBCC

Black with #94BBCC

Text Example


Text Example

White with #94BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BBCC; }

 p { color: rgb(148,187,204); }

 H1.HeaderClassName
 {
   color: #94BBCC;
 }
 .AnyTagClassName
 {
   color: #94BBCC;
 }
</style>

background-color css

<style>
 a { background-color: #94BBCC; }

 a { background-color: rgb(148,187,204); }

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

border-color css

<style>
 span { border-color: #94BBCC; }

 span { border-color: rgb(148,187,204); }

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