Html Css Color HEX #95BDD0 Regent St Blue

📋 copy color: '#95BDD0'

red 149 ◦ green 189 ◦ blue 208

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

Shades of Regent St Blue #95BDD0

Tints of Regent St Blue #95BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.62%

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 27.29%
G = 34.62%
B = 38.1%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95BDD0 (or 0x95BDD0) is known color: Regent St Blue. HEX triplet: 95, BD and D0. RGB value is (149,189,208). Sum of RGB (Red+Green+Blue) = 149+189+208=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #95BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDD0 is #6A422F. Grayscale: #B3B3B3. Windows color (decimal): -6963760 or 13680021. OLE color: 13680021.

HSL color Cylindrical-coordinate representation of color #95BDD0: hue angle of 199.32º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95BDD0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 189 208 -
CMYK 0.28 0.09 0 0.18
HSL 199.32º 0.39% 0.7% -
HSV(B) 199.32º 0.28% 0.82% -
XYZ 41.98 47.34 66.6 -
YUV 179.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 149 189 208 0.28 0.09 0 0.18 199.32 0.39 0.7
Hex 95 BD D0 1C 9 0 12 C7 27 46
Octal 225 275 320 34 11 0 22 307 47 106
Binary 10010101 10111101 11010000 11100 1001 0 10010 11000111 100111 1000110

Color Harmonies of #95BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDD0

Black with #95BDD0

Text Example


Text Example

White with #95BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,208); }

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

background-color css

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

 a { background-color: rgb(149,189,208); }

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

border-color css

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

 span { border-color: rgb(149,189,208); }

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