Html Css Color HEX #95C0CE Regent St Blue

📋 copy color: '#95C0CE'

red 149 ◦ green 192 ◦ blue 206

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

Shades of Regent St Blue #95C0CE

Tints of Regent St Blue #95C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 27.24%
G = 35.1%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#95C0CE (or 0x95C0CE) is known color: Regent St Blue. HEX triplet: 95, C0 and CE. RGB value is (149,192,206). Sum of RGB (Red+Green+Blue) = 149+192+206=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #95C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0CE is #6A3F31. Grayscale: #B4B4B4. Windows color (decimal): -6962994 or 13549717. OLE color: 13549717.

HSL color Cylindrical-coordinate representation of color #95C0CE: hue angle of 194.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C0CE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 192 206 -
CMYK 0.28 0.07 0 0.19
HSL 194.74º 0.37% 0.7% -
HSV(B) 194.74º 0.28% 0.81% -
XYZ 42.38 48.55 65.53 -
YUV 180.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 149 192 206 0.28 0.07 0 0.19 194.74 0.37 0.7
Hex 95 C0 CE 1C 7 0 13 C3 25 46
Octal 225 300 316 34 7 0 23 303 45 106
Binary 10010101 11000000 11001110 11100 111 0 10011 11000011 100101 1000110

Color Harmonies of #95C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0CE

Black with #95C0CE

Text Example


Text Example

White with #95C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,206); }

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

background-color css

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

 a { background-color: rgb(149,192,206); }

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

border-color css

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

 span { border-color: rgb(149,192,206); }

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