Html Css Color HEX #95CDDB Regent St Blue

📋 copy color: '#95CDDB'

red 149 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #95CDDB

Tints of Regent St Blue #95CDDB

RGB

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

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

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

R = 26%
G = 35.78%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95CDDB (or 0x95CDDB) is known color: Regent St Blue. HEX triplet: 95, CD and DB. RGB value is (149,205,219). Sum of RGB (Red+Green+Blue) = 149+205+219=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #95CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDDB is #6A3224. Grayscale: #BDBDBD. Windows color (decimal): -6959653 or 14405013. OLE color: 14405013.

HSL color Cylindrical-coordinate representation of color #95CDDB: hue angle of 192º 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 #95CDDB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 205 219 -
CMYK 0.32 0.06 0 0.14
HSL 192º 0.49% 0.72% -
HSV(B) 192º 0.32% 0.86% -
XYZ 47.01 55.17 75.19 -
YUV 189.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 149 205 219 0.32 0.06 0 0.14 192 0.49 0.72
Hex 95 CD DB 20 6 0 E C0 31 48
Octal 225 315 333 40 6 0 16 300 61 110
Binary 10010101 11001101 11011011 100000 110 0 1110 11000000 110001 1001000

Color Harmonies of #95CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDDB

Black with #95CDDB

Text Example


Text Example

White with #95CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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