Html Css Color HEX #95CECF Morning Glory

📋 copy color: '#95CECF'

red 149 ◦ green 206 ◦ blue 207

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

Shades of Morning Glory #95CECF

Tints of Morning Glory #95CECF

RGB

 RED value IS 149 (58.59% from 255) = 26.51%

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 26.51%
G = 36.65%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#95CECF (or 0x95CECF) is known color: Morning Glory. HEX triplet: 95, CE and CF. RGB value is (149,206,207). Sum of RGB (Red+Green+Blue) = 149+206+207=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #95CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CECF is #6A3130. Grayscale: #BDBDBD. Windows color (decimal): -6959409 or 13618837. OLE color: 13618837.

HSL color Cylindrical-coordinate representation of color #95CECF: hue angle of 181.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CECF is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 207 -
CMYK 0.28 0.00 0 0.19
HSL 181.03º 0.38% 0.7% -
HSV(B) 181.03º 0.28% 0.81% -
XYZ 45.73 55.04 67.24 -
YUV 189.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 149 206 207 0.28 0.00 0 0.19 181.03 0.38 0.7
Hex 95 CE CF 1C 0 0 13 B5 26 46
Octal 225 316 317 34 0 0 23 265 46 106
Binary 10010101 11001110 11001111 11100 0 0 10011 10110101 100110 1000110

Color Harmonies of #95CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CECF

Black with #95CECF

Text Example


Text Example

White with #95CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CECF; }

 p { color: rgb(149,206,207); }

 H1.HeaderClassName
 {
   color: #95CECF;
 }
 .AnyTagClassName
 {
   color: #95CECF;
 }
</style>

background-color css

<style>
 a { background-color: #95CECF; }

 a { background-color: rgb(149,206,207); }

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

border-color css

<style>
 span { border-color: #95CECF; }

 span { border-color: rgb(149,206,207); }

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