Html Css Color HEX #95CBD2 Morning Glory

📋 copy color: '#95CBD2'

red 149 ◦ green 203 ◦ blue 210

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

Shades of Morning Glory #95CBD2

Tints of Morning Glory #95CBD2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 26.51%
G = 36.12%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95CBD2 (or 0x95CBD2) is known color: Morning Glory. HEX triplet: 95, CB and D2. RGB value is (149,203,210). Sum of RGB (Red+Green+Blue) = 149+203+210=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #95CBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBD2 is #6A342D. Grayscale: #BBBBBB. Windows color (decimal): -6960174 or 13814677. OLE color: 13814677.

HSL color Cylindrical-coordinate representation of color #95CBD2: hue angle of 186.89º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CBD2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 203 210 -
CMYK 0.29 0.03 0 0.18
HSL 186.89º 0.4% 0.7% -
HSV(B) 186.89º 0.29% 0.82% -
XYZ 45.38 53.75 68.96 -
YUV 187.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 149 203 210 0.29 0.03 0 0.18 186.89 0.4 0.7
Hex 95 CB D2 1D 3 0 12 BB 28 46
Octal 225 313 322 35 3 0 22 273 50 106
Binary 10010101 11001011 11010010 11101 11 0 10010 10111011 101000 1000110

Color Harmonies of #95CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBD2

Black with #95CBD2

Text Example


Text Example

White with #95CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,210); }

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

background-color css

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

 a { background-color: rgb(149,203,210); }

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

border-color css

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

 span { border-color: rgb(149,203,210); }

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