Html Css Color HEX #94CED8 Regent St Blue

📋 copy color: '#94CED8'

red 148 ◦ green 206 ◦ blue 216

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

Shades of Regent St Blue #94CED8

Tints of Regent St Blue #94CED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.14%

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 25.96%
G = 36.14%
B = 37.89%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94CED8 (or 0x94CED8) is known color: Regent St Blue. HEX triplet: 94, CE and D8. RGB value is (148,206,216). Sum of RGB (Red+Green+Blue) = 148+206+216=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #94CED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CED8 is #6B3127. Grayscale: #BDBDBD. Windows color (decimal): -7024936 or 14208660. OLE color: 14208660.

HSL color Cylindrical-coordinate representation of color #94CED8: hue angle of 188.82º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CED8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 206 216 -
CMYK 0.31 0.05 0 0.15
HSL 188.82º 0.47% 0.71% -
HSV(B) 188.82º 0.31% 0.85% -
XYZ 46.68 55.4 73.2 -
YUV 189.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 148 206 216 0.31 0.05 0 0.15 188.82 0.47 0.71
Hex 94 CE D8 1F 5 0 F BD 2F 47
Octal 224 316 330 37 5 0 17 275 57 107
Binary 10010100 11001110 11011000 11111 101 0 1111 10111101 101111 1000111

Color Harmonies of #94CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CED8

Black with #94CED8

Text Example


Text Example

White with #94CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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