Html Css Color HEX #94C0D6 Regent St Blue

📋 copy color: '#94C0D6'

red 148 ◦ green 192 ◦ blue 214

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

Shades of Regent St Blue #94C0D6

Tints of Regent St Blue #94C0D6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 26.71%
G = 34.66%
B = 38.63%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#94C0D6 (or 0x94C0D6) is known color: Regent St Blue. HEX triplet: 94, C0 and D6. RGB value is (148,192,214). Sum of RGB (Red+Green+Blue) = 148+192+214=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #94C0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0D6 is #6B3F29. Grayscale: #B5B5B5. Windows color (decimal): -7028522 or 14074004. OLE color: 14074004.

HSL color Cylindrical-coordinate representation of color #94C0D6: hue angle of 200º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C0D6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 192 214 -
CMYK 0.31 0.10 0 0.16
HSL 200º 0.45% 0.71% -
HSV(B) 200º 0.31% 0.84% -
XYZ 43.2 48.85 70.77 -
YUV 181.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 148 192 214 0.31 0.10 0 0.16 200 0.45 0.71
Hex 94 C0 D6 1F A 0 10 C8 2D 47
Octal 224 300 326 37 12 0 20 310 55 107
Binary 10010100 11000000 11010110 11111 1010 0 10000 11001000 101101 1000111

Color Harmonies of #94C0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C0D6

Black with #94C0D6

Text Example


Text Example

White with #94C0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,214); }

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

background-color css

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

 a { background-color: rgb(148,192,214); }

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

border-color css

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

 span { border-color: rgb(148,192,214); }

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