Html Css Color HEX #95DBCC Riptide

📋 copy color: '#95DBCC'

red 149 ◦ green 219 ◦ blue 204

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

Shades of Riptide #95DBCC

Tints of Riptide #95DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 26.05%
G = 38.29%
B = 35.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#95DBCC (or 0x95DBCC) is known color: Riptide. HEX triplet: 95, DB and CC. RGB value is (149,219,204). Sum of RGB (Red+Green+Blue) = 149+219+204=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBCC is #6A2433. Grayscale: #C4C4C4. Windows color (decimal): -6956084 or 13425557. OLE color: 13425557.

HSL color Cylindrical-coordinate representation of color #95DBCC: hue angle of 167.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBCC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 204 -
CMYK 0.32 0 0.07 0.14
HSL 167.14º 0.49% 0.72% -
HSV(B) 167.14º 0.32% 0.86% -
XYZ 48.63 61.41 66.42 -
YUV 196.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 149 219 204 0.32 0 0.07 0.14 167.14 0.49 0.72
Hex 95 DB CC 20 0 7 E A7 31 48
Octal 225 333 314 40 0 7 16 247 61 110
Binary 10010101 11011011 11001100 100000 0 111 1110 10100111 110001 1001000

Color Harmonies of #95DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBCC

Black with #95DBCC

Text Example


Text Example

White with #95DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,204); }

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

background-color css

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

 a { background-color: rgb(149,219,204); }

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

border-color css

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

 span { border-color: rgb(149,219,204); }

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