Html Css Color HEX #95C9D3 Regent St Blue

📋 copy color: '#95C9D3'

red 149 ◦ green 201 ◦ blue 211

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

Shades of Regent St Blue #95C9D3

Tints of Regent St Blue #95C9D3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.83%

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 26.56%
G = 35.83%
B = 37.61%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#95C9D3 (or 0x95C9D3) is known color: Regent St Blue. HEX triplet: 95, C9 and D3. RGB value is (149,201,211). Sum of RGB (Red+Green+Blue) = 149+201+211=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #95C9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9D3 is #6A362C. Grayscale: #BABABA. Windows color (decimal): -6960685 or 13879701. OLE color: 13879701.

HSL color Cylindrical-coordinate representation of color #95C9D3: hue angle of 189.68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C9D3 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 201 211 -
CMYK 0.29 0.05 0 0.17
HSL 189.68º 0.41% 0.71% -
HSV(B) 189.68º 0.29% 0.83% -
XYZ 45.04 52.87 69.46 -
YUV 186.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 149 201 211 0.29 0.05 0 0.17 189.68 0.41 0.71
Hex 95 C9 D3 1D 5 0 11 BE 29 47
Octal 225 311 323 35 5 0 21 276 51 107
Binary 10010101 11001001 11010011 11101 101 0 10001 10111110 101001 1000111

Color Harmonies of #95C9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C9D3

Black with #95C9D3

Text Example


Text Example

White with #95C9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,211); }

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

background-color css

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

 a { background-color: rgb(149,201,211); }

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

border-color css

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

 span { border-color: rgb(149,201,211); }

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