Html Css Color HEX #95C1D3 Regent St Blue

📋 copy color: '#95C1D3'

red 149 ◦ green 193 ◦ blue 211

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

Shades of Regent St Blue #95C1D3

Tints of Regent St Blue #95C1D3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 26.94%
G = 34.9%
B = 38.16%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#95C1D3 (or 0x95C1D3) is known color: Regent St Blue. HEX triplet: 95, C1 and D3. RGB value is (149,193,211). Sum of RGB (Red+Green+Blue) = 149+193+211=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #95C1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1D3 is #6A3E2C. Grayscale: #B5B5B5. Windows color (decimal): -6962733 or 13877653. OLE color: 13877653.

HSL color Cylindrical-coordinate representation of color #95C1D3: hue angle of 197.42º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C1D3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 193 211 -
CMYK 0.29 0.09 0 0.17
HSL 197.42º 0.41% 0.71% -
HSV(B) 197.42º 0.29% 0.83% -
XYZ 43.22 49.23 68.85 -
YUV 181.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 149 193 211 0.29 0.09 0 0.17 197.42 0.41 0.71
Hex 95 C1 D3 1D 9 0 11 C5 29 47
Octal 225 301 323 35 11 0 21 305 51 107
Binary 10010101 11000001 11010011 11101 1001 0 10001 11000101 101001 1000111

Color Harmonies of #95C1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C1D3

Black with #95C1D3

Text Example


Text Example

White with #95C1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,211); }

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

background-color css

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

 a { background-color: rgb(149,193,211); }

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

border-color css

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

 span { border-color: rgb(149,193,211); }

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