Html Css Color HEX #95CDDD Regent St Blue

📋 copy color: '#95CDDD'

red 149 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #95CDDD

Tints of Regent St Blue #95CDDD

RGB

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

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

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

R = 25.91%
G = 35.65%
B = 38.43%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95CDDD (or 0x95CDDD) is known color: Regent St Blue. HEX triplet: 95, CD and DD. RGB value is (149,205,221). Sum of RGB (Red+Green+Blue) = 149+205+221=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #95CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDDD is #6A3222. Grayscale: #BDBDBD. Windows color (decimal): -6959651 or 14536085. OLE color: 14536085.

HSL color Cylindrical-coordinate representation of color #95CDDD: hue angle of 193.33º 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 #95CDDD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 205 221 -
CMYK 0.33 0.07 0 0.13
HSL 193.33º 0.51% 0.73% -
HSV(B) 193.33º 0.33% 0.87% -
XYZ 47.28 55.27 76.58 -
YUV 190.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 149 205 221 0.33 0.07 0 0.13 193.33 0.51 0.73
Hex 95 CD DD 21 7 0 D C1 33 49
Octal 225 315 335 41 7 0 15 301 63 111
Binary 10010101 11001101 11011101 100001 111 0 1101 11000001 110011 1001001

Color Harmonies of #95CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDDD

Black with #95CDDD

Text Example


Text Example

White with #95CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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