Html Css Color HEX #95C6DB Regent St Blue

📋 copy color: '#95C6DB'

red 149 ◦ green 198 ◦ blue 219

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

Shades of Regent St Blue #95C6DB

Tints of Regent St Blue #95C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.98%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 26.33%
G = 34.98%
B = 38.69%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95C6DB (or 0x95C6DB) is known color: Regent St Blue. HEX triplet: 95, C6 and DB. RGB value is (149,198,219). Sum of RGB (Red+Green+Blue) = 149+198+219=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #95C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6DB is #6A3924. Grayscale: #B9B9B9. Windows color (decimal): -6961445 or 14403221. OLE color: 14403221.

HSL color Cylindrical-coordinate representation of color #95C6DB: hue angle of 198º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C6DB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 198 219 -
CMYK 0.32 0.10 0 0.14
HSL 198º 0.49% 0.72% -
HSV(B) 198º 0.32% 0.86% -
XYZ 45.37 51.89 74.64 -
YUV 185.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 149 198 219 0.32 0.10 0 0.14 198 0.49 0.72
Hex 95 C6 DB 20 A 0 E C6 31 48
Octal 225 306 333 40 12 0 16 306 61 110
Binary 10010101 11000110 11011011 100000 1010 0 1110 11000110 110001 1001000

Color Harmonies of #95C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C6DB

Black with #95C6DB

Text Example


Text Example

White with #95C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,219); }

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

background-color css

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

 a { background-color: rgb(149,198,219); }

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

border-color css

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

 span { border-color: rgb(149,198,219); }

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