Html Css Color HEX #94CECB Morning Glory

📋 copy color: '#94CECB'

red 148 ◦ green 206 ◦ blue 203

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

Shades of Morning Glory #94CECB

Tints of Morning Glory #94CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 26.57%
G = 36.98%
B = 36.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#94CECB (or 0x94CECB) is known color: Morning Glory. HEX triplet: 94, CE and CB. RGB value is (148,206,203). Sum of RGB (Red+Green+Blue) = 148+206+203=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #94CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CECB is #6B3134. Grayscale: #BCBCBC. Windows color (decimal): -7024949 or 13356692. OLE color: 13356692.

HSL color Cylindrical-coordinate representation of color #94CECB: hue angle of 176.9º 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 #94CECB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 203 -
CMYK 0.28 0 0.01 0.19
HSL 176.9º 0.37% 0.69% -
HSV(B) 176.9º 0.28% 0.81% -
XYZ 45.06 54.75 64.69 -
YUV 188.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 148 206 203 0.28 0 0.01 0.19 176.9 0.37 0.69
Hex 94 CE CB 1C 0 1 13 B1 25 45
Octal 224 316 313 34 0 1 23 261 45 105
Binary 10010100 11001110 11001011 11100 0 1 10011 10110001 100101 1000101

Color Harmonies of #94CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CECB

Black with #94CECB

Text Example


Text Example

White with #94CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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