Html Css Color HEX #95D4DD Regent St Blue

📋 copy color: '#95D4DD'

red 149 ◦ green 212 ◦ blue 221

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

Shades of Regent St Blue #95D4DD

Tints of Regent St Blue #95D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

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

R = 25.6%
G = 36.43%
B = 37.97%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95D4DD (or 0x95D4DD) is known color: Regent St Blue. HEX triplet: 95, D4 and DD. RGB value is (149,212,221). Sum of RGB (Red+Green+Blue) = 149+212+221=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #95D4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D4DD is #6A2B22. Grayscale: #C2C2C2. Windows color (decimal): -6957859 or 14537877. OLE color: 14537877.

HSL color Cylindrical-coordinate representation of color #95D4DD: hue angle of 187.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95D4DD is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 212 221 -
CMYK 0.33 0.04 0 0.13
HSL 187.5º 0.51% 0.73% -
HSV(B) 187.5º 0.33% 0.87% -
XYZ 48.99 58.7 77.15 -
YUV 194.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 149 212 221 0.33 0.04 0 0.13 187.5 0.51 0.73
Hex 95 D4 DD 21 4 0 D BC 33 49
Octal 225 324 335 41 4 0 15 274 63 111
Binary 10010101 11010100 11011101 100001 100 0 1101 10111100 110011 1001001

Color Harmonies of #95D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D4DD

Black with #95D4DD

Text Example


Text Example

White with #95D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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