Html Css Color HEX #95BBD2 Regent St Blue

📋 copy color: '#95BBD2'

red 149 ◦ green 187 ◦ blue 210

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

Shades of Regent St Blue #95BBD2

Tints of Regent St Blue #95BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 27.29%
G = 34.25%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95BBD2 (or 0x95BBD2) is known color: Regent St Blue. HEX triplet: 95, BB and D2. RGB value is (149,187,210). Sum of RGB (Red+Green+Blue) = 149+187+210=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #95BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBD2 is #6A442D. Grayscale: #B2B2B2. Windows color (decimal): -6964270 or 13810581. OLE color: 13810581.

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

Color convert

RGB 149 187 210 -
CMYK 0.29 0.11 0 0.18
HSL 202.62º 0.4% 0.7% -
HSV(B) 202.62º 0.29% 0.82% -
XYZ 41.8 46.58 67.76 -
YUV 178.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 149 187 210 0.29 0.11 0 0.18 202.62 0.4 0.7
Hex 95 BB D2 1D B 0 12 CB 28 46
Octal 225 273 322 35 13 0 22 313 50 106
Binary 10010101 10111011 11010010 11101 1011 0 10010 11001011 101000 1000110

Color Harmonies of #95BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBD2

Black with #95BBD2

Text Example


Text Example

White with #95BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,210); }

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

background-color css

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

 a { background-color: rgb(149,187,210); }

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

border-color css

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

 span { border-color: rgb(149,187,210); }

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