Html Css Color HEX #94CEDB Regent St Blue

📋 copy color: '#94CEDB'

red 148 ◦ green 206 ◦ blue 219

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

Shades of Regent St Blue #94CEDB

Tints of Regent St Blue #94CEDB

RGB

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

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

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

R = 25.83%
G = 35.95%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94CEDB (or 0x94CEDB) is known color: Regent St Blue. HEX triplet: 94, CE and DB. RGB value is (148,206,219). Sum of RGB (Red+Green+Blue) = 148+206+219=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #94CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEDB is #6B3124. Grayscale: #BEBEBE. Windows color (decimal): -7024933 or 14405268. OLE color: 14405268.

HSL color Cylindrical-coordinate representation of color #94CEDB: hue angle of 190.99º 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 #94CEDB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 206 219 -
CMYK 0.32 0.06 0 0.14
HSL 190.99º 0.5% 0.72% -
HSV(B) 190.99º 0.32% 0.86% -
XYZ 47.07 55.55 75.26 -
YUV 190.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 148 206 219 0.32 0.06 0 0.14 190.99 0.5 0.72
Hex 94 CE DB 20 6 0 E BF 32 48
Octal 224 316 333 40 6 0 16 277 62 110
Binary 10010100 11001110 11011011 100000 110 0 1110 10111111 110010 1001000

Color Harmonies of #94CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEDB

Black with #94CEDB

Text Example


Text Example

White with #94CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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