Html Css Color HEX #94BCCD Regent St Blue

📋 copy color: '#94BCCD'

red 148 ◦ green 188 ◦ blue 205

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

Shades of Regent St Blue #94BCCD

Tints of Regent St Blue #94BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 27.36%
G = 34.75%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94BCCD (or 0x94BCCD) is known color: Regent St Blue. HEX triplet: 94, BC and CD. RGB value is (148,188,205). Sum of RGB (Red+Green+Blue) = 148+188+205=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #94BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCCD is #6B4332. Grayscale: #B1B1B1. Windows color (decimal): -7029555 or 13483156. OLE color: 13483156.

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

Color convert

RGB 148 188 205 -
CMYK 0.28 0.08 0 0.20
HSL 197.89º 0.36% 0.69% -
HSV(B) 197.89º 0.28% 0.8% -
XYZ 41.22 46.67 64.59 -
YUV 177.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 148 188 205 0.28 0.08 0 0.20 197.89 0.36 0.69
Hex 94 BC CD 1C 8 0 14 C6 24 45
Octal 224 274 315 34 10 0 24 306 44 105
Binary 10010100 10111100 11001101 11100 1000 0 10100 11000110 100100 1000101

Color Harmonies of #94BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCCD

Black with #94BCCD

Text Example


Text Example

White with #94BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,205); }

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

background-color css

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

 a { background-color: rgb(148,188,205); }

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

border-color css

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

 span { border-color: rgb(148,188,205); }

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