Html Css Color HEX #94D0DC Regent St Blue

📋 copy color: '#94D0DC'

red 148 ◦ green 208 ◦ blue 220

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

Shades of Regent St Blue #94D0DC

Tints of Regent St Blue #94D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 25.69%
G = 36.11%
B = 38.19%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94D0DC (or 0x94D0DC) is known color: Regent St Blue. HEX triplet: 94, D0 and DC. RGB value is (148,208,220). Sum of RGB (Red+Green+Blue) = 148+208+220=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #94D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D0DC is #6B2F23. Grayscale: #BFBFBF. Windows color (decimal): -7024420 or 14471316. OLE color: 14471316.

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

Color convert

RGB 148 208 220 -
CMYK 0.33 0.05 0 0.14
HSL 190º 0.51% 0.72% -
HSV(B) 190º 0.33% 0.86% -
XYZ 47.69 56.57 76.12 -
YUV 191.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 148 208 220 0.33 0.05 0 0.14 190 0.51 0.72
Hex 94 D0 DC 21 5 0 E BE 33 48
Octal 224 320 334 41 5 0 16 276 63 110
Binary 10010100 11010000 11011100 100001 101 0 1110 10111110 110011 1001000

Color Harmonies of #94D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0DC

Black with #94D0DC

Text Example


Text Example

White with #94D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,220); }

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

background-color css

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

 a { background-color: rgb(148,208,220); }

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

border-color css

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

 span { border-color: rgb(148,208,220); }

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