Html Css Color HEX #94C5DB Regent St Blue

📋 copy color: '#94C5DB'

red 148 ◦ green 197 ◦ blue 219

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

Shades of Regent St Blue #94C5DB

Tints of Regent St Blue #94C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.93%

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

R = 26.24%
G = 34.93%
B = 38.83%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94C5DB (or 0x94C5DB) is known color: Regent St Blue. HEX triplet: 94, C5 and DB. RGB value is (148,197,219). Sum of RGB (Red+Green+Blue) = 148+197+219=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #94C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5DB is #6B3A24. Grayscale: #B8B8B8. Windows color (decimal): -7027237 or 14402964. OLE color: 14402964.

HSL color Cylindrical-coordinate representation of color #94C5DB: hue angle of 198.59º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C5DB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 197 219 -
CMYK 0.32 0.10 0 0.14
HSL 198.59º 0.5% 0.72% -
HSV(B) 198.59º 0.32% 0.86% -
XYZ 44.97 51.34 74.56 -
YUV 184.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 148 197 219 0.32 0.10 0 0.14 198.59 0.5 0.72
Hex 94 C5 DB 20 A 0 E C7 32 48
Octal 224 305 333 40 12 0 16 307 62 110
Binary 10010100 11000101 11011011 100000 1010 0 1110 11000111 110010 1001000

Color Harmonies of #94C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5DB

Black with #94C5DB

Text Example


Text Example

White with #94C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,219); }

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

background-color css

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

 a { background-color: rgb(148,197,219); }

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

border-color css

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

 span { border-color: rgb(148,197,219); }

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