Html Css Color HEX #95E6DD Sinbad

📋 copy color: '#95E6DD'

red 149 ◦ green 230 ◦ blue 221

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

Shades of Sinbad #95E6DD

Tints of Sinbad #95E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 24.83%
G = 38.33%
B = 36.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#95E6DD (or 0x95E6DD) is known color: Sinbad. HEX triplet: 95, E6 and DD. RGB value is (149,230,221). Sum of RGB (Red+Green+Blue) = 149+230+221=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6DD is #6A1922. Grayscale: #CCCCCC. Windows color (decimal): -6953251 or 14542485. OLE color: 14542485.

HSL color Cylindrical-coordinate representation of color #95E6DD: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6DD is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 221 -
CMYK 0.35 0 0.04 0.10
HSL 173.33º 0.62% 0.74% -
HSV(B) 173.33º 0.35% 0.9% -
XYZ 53.74 68.2 78.74 -
YUV 204.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 149 230 221 0.35 0 0.04 0.10 173.33 0.62 0.74
Hex 95 E6 DD 23 0 4 A AD 3E 4A
Octal 225 346 335 43 0 4 12 255 76 112
Binary 10010101 11100110 11011101 100011 0 100 1010 10101101 111110 1001010

Color Harmonies of #95E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6DD

Black with #95E6DD

Text Example


Text Example

White with #95E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,230,221); }

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

background-color css

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

 a { background-color: rgb(149,230,221); }

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

border-color css

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

 span { border-color: rgb(149,230,221); }

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