Html Css Color HEX #96BCCF Regent St Blue

📋 copy color: '#96BCCF'

red 150 ◦ green 188 ◦ blue 207

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

Shades of Regent St Blue #96BCCF

Tints of Regent St Blue #96BCCF

RGB

 RED value IS 150 (58.98% from 255) = 27.52%

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 27.52%
G = 34.5%
B = 37.98%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96BCCF (or 0x96BCCF) is known color: Regent St Blue. HEX triplet: 96, BC and CF. RGB value is (150,188,207). Sum of RGB (Red+Green+Blue) = 150+188+207=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCF is #694330. Grayscale: #B2B2B2. Windows color (decimal): -6898481 or 13614230. OLE color: 13614230.

HSL color Cylindrical-coordinate representation of color #96BCCF: hue angle of 200º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BCCF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 188 207 -
CMYK 0.28 0.09 0 0.19
HSL 200º 0.37% 0.7% -
HSV(B) 200º 0.28% 0.81% -
XYZ 41.82 46.96 65.89 -
YUV 178.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 150 188 207 0.28 0.09 0 0.19 200 0.37 0.7
Hex 96 BC CF 1C 9 0 13 C8 25 46
Octal 226 274 317 34 11 0 23 310 45 106
Binary 10010110 10111100 11001111 11100 1001 0 10011 11001000 100101 1000110

Color Harmonies of #96BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCCF

Black with #96BCCF

Text Example


Text Example

White with #96BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BCCF; }

 p { color: rgb(150,188,207); }

 H1.HeaderClassName
 {
   color: #96BCCF;
 }
 .AnyTagClassName
 {
   color: #96BCCF;
 }
</style>

background-color css

<style>
 a { background-color: #96BCCF; }

 a { background-color: rgb(150,188,207); }

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

border-color css

<style>
 span { border-color: #96BCCF; }

 span { border-color: rgb(150,188,207); }

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