Html Css Color HEX #95CBD5 Regent St Blue

📋 copy color: '#95CBD5'

red 149 ◦ green 203 ◦ blue 213

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

Shades of Regent St Blue #95CBD5

Tints of Regent St Blue #95CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 26.37%
G = 35.93%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95CBD5 (or 0x95CBD5) is known color: Regent St Blue. HEX triplet: 95, CB and D5. RGB value is (149,203,213). Sum of RGB (Red+Green+Blue) = 149+203+213=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #95CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBD5 is #6A342A. Grayscale: #BBBBBB. Windows color (decimal): -6960171 or 14011285. OLE color: 14011285.

HSL color Cylindrical-coordinate representation of color #95CBD5: hue angle of 189.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CBD5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 203 213 -
CMYK 0.30 0.05 0 0.16
HSL 189.38º 0.43% 0.71% -
HSV(B) 189.38º 0.3% 0.84% -
XYZ 45.76 53.91 70.94 -
YUV 187.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 149 203 213 0.30 0.05 0 0.16 189.38 0.43 0.71
Hex 95 CB D5 1E 5 0 10 BD 2B 47
Octal 225 313 325 36 5 0 20 275 53 107
Binary 10010101 11001011 11010101 11110 101 0 10000 10111101 101011 1000111

Color Harmonies of #95CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBD5

Black with #95CBD5

Text Example


Text Example

White with #95CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,213); }

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

background-color css

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

 a { background-color: rgb(149,203,213); }

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

border-color css

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

 span { border-color: rgb(149,203,213); }

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