Html Css Color HEX #95DBCF Riptide

📋 copy color: '#95DBCF'

red 149 ◦ green 219 ◦ blue 207

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

Shades of Riptide #95DBCF

Tints of Riptide #95DBCF

RGB

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

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

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

R = 25.91%
G = 38.09%
B = 36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#95DBCF (or 0x95DBCF) is known color: Riptide. HEX triplet: 95, DB and CF. RGB value is (149,219,207). Sum of RGB (Red+Green+Blue) = 149+219+207=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBCF is #6A2430. Grayscale: #C4C4C4. Windows color (decimal): -6956081 or 13622165. OLE color: 13622165.

HSL color Cylindrical-coordinate representation of color #95DBCF: hue angle of 169.71º 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 #95DBCF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 207 -
CMYK 0.32 0 0.05 0.14
HSL 169.71º 0.49% 0.72% -
HSV(B) 169.71º 0.32% 0.86% -
XYZ 48.99 61.56 68.33 -
YUV 196.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 149 219 207 0.32 0 0.05 0.14 169.71 0.49 0.72
Hex 95 DB CF 20 0 5 E AA 31 48
Octal 225 333 317 40 0 5 16 252 61 110
Binary 10010101 11011011 11001111 100000 0 101 1110 10101010 110001 1001000

Color Harmonies of #95DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBCF

Black with #95DBCF

Text Example


Text Example

White with #95DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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