Html Css Color HEX #95CDD3 Morning Glory

📋 copy color: '#95CDD3'

red 149 ◦ green 205 ◦ blue 211

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

Shades of Morning Glory #95CDD3

Tints of Morning Glory #95CDD3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 26.37%
G = 36.28%
B = 37.35%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#95CDD3 (or 0x95CDD3) is known color: Morning Glory. HEX triplet: 95, CD and D3. RGB value is (149,205,211). Sum of RGB (Red+Green+Blue) = 149+205+211=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #95CDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDD3 is #6A322C. Grayscale: #BCBCBC. Windows color (decimal): -6959661 or 13880725. OLE color: 13880725.

HSL color Cylindrical-coordinate representation of color #95CDD3: hue angle of 185.81º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CDD3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 205 211 -
CMYK 0.29 0.03 0 0.17
HSL 185.81º 0.41% 0.71% -
HSV(B) 185.81º 0.29% 0.83% -
XYZ 45.98 54.76 69.77 -
YUV 188.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 149 205 211 0.29 0.03 0 0.17 185.81 0.41 0.71
Hex 95 CD D3 1D 3 0 11 BA 29 47
Octal 225 315 323 35 3 0 21 272 51 107
Binary 10010101 11001101 11010011 11101 11 0 10001 10111010 101001 1000111

Color Harmonies of #95CDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDD3

Black with #95CDD3

Text Example


Text Example

White with #95CDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,205,211); }

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

background-color css

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

 a { background-color: rgb(149,205,211); }

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

border-color css

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

 span { border-color: rgb(149,205,211); }

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