Html Css Color HEX #96BFCA Regent St Blue

📋 copy color: '#96BFCA'

red 150 ◦ green 191 ◦ blue 202

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

Shades of Regent St Blue #96BFCA

Tints of Regent St Blue #96BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 27.62%
G = 35.17%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96BFCA (or 0x96BFCA) is known color: Regent St Blue. HEX triplet: 96, BF and CA. RGB value is (150,191,202). Sum of RGB (Red+Green+Blue) = 150+191+202=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #96BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFCA is #694035. Grayscale: #B3B3B3. Windows color (decimal): -6897718 or 13287318. OLE color: 13287318.

HSL color Cylindrical-coordinate representation of color #96BFCA: hue angle of 192.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BFCA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 191 202 -
CMYK 0.26 0.05 0 0.21
HSL 192.69º 0.33% 0.69% -
HSV(B) 192.69º 0.26% 0.79% -
XYZ 41.87 48.01 62.94 -
YUV 180 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 150 191 202 0.26 0.05 0 0.21 192.69 0.33 0.69
Hex 96 BF CA 1A 5 0 15 C1 21 45
Octal 226 277 312 32 5 0 25 301 41 105
Binary 10010110 10111111 11001010 11010 101 0 10101 11000001 100001 1000101

Color Harmonies of #96BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFCA

Black with #96BFCA

Text Example


Text Example

White with #96BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,202); }

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

background-color css

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

 a { background-color: rgb(150,191,202); }

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

border-color css

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

 span { border-color: rgb(150,191,202); }

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