Html Css Color HEX #94C3CE Regent St Blue

📋 copy color: '#94C3CE'

red 148 ◦ green 195 ◦ blue 206

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

Shades of Regent St Blue #94C3CE

Tints of Regent St Blue #94C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.52%

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 26.96%
G = 35.52%
B = 37.52%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94C3CE (or 0x94C3CE) is known color: Regent St Blue. HEX triplet: 94, C3 and CE. RGB value is (148,195,206). Sum of RGB (Red+Green+Blue) = 148+195+206=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C3CE is #6B3C31. Grayscale: #B6B6B6. Windows color (decimal): -7027762 or 13550484. OLE color: 13550484.

HSL color Cylindrical-coordinate representation of color #94C3CE: hue angle of 191.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94C3CE is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 195 206 -
CMYK 0.28 0.05 0 0.19
HSL 191.38º 0.37% 0.69% -
HSV(B) 191.38º 0.28% 0.81% -
XYZ 42.87 49.78 65.74 -
YUV 182.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 148 195 206 0.28 0.05 0 0.19 191.38 0.37 0.69
Hex 94 C3 CE 1C 5 0 13 BF 25 45
Octal 224 303 316 34 5 0 23 277 45 105
Binary 10010100 11000011 11001110 11100 101 0 10011 10111111 100101 1000101

Color Harmonies of #94C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C3CE

Black with #94C3CE

Text Example


Text Example

White with #94C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,206); }

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

background-color css

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

 a { background-color: rgb(148,195,206); }

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

border-color css

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

 span { border-color: rgb(148,195,206); }

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