Html Css Color HEX #95CCDD Regent St Blue

📋 copy color: '#95CCDD'

red 149 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #95CCDD

Tints of Regent St Blue #95CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.54%

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

R = 25.96%
G = 35.54%
B = 38.5%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95CCDD (or 0x95CCDD) is known color: Regent St Blue. HEX triplet: 95, CC and DD. RGB value is (149,204,221). Sum of RGB (Red+Green+Blue) = 149+204+221=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #95CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CCDD is #6A3322. Grayscale: #BDBDBD. Windows color (decimal): -6959907 or 14535829. OLE color: 14535829.

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

Color convert

RGB 149 204 221 -
CMYK 0.33 0.08 0 0.13
HSL 194.17º 0.51% 0.73% -
HSV(B) 194.17º 0.33% 0.87% -
XYZ 47.04 54.8 76.5 -
YUV 189.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 149 204 221 0.33 0.08 0 0.13 194.17 0.51 0.73
Hex 95 CC DD 21 8 0 D C2 33 49
Octal 225 314 335 41 10 0 15 302 63 111
Binary 10010101 11001100 11011101 100001 1000 0 1101 11000010 110011 1001001

Color Harmonies of #95CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CCDD

Black with #95CCDD

Text Example


Text Example

White with #95CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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