Html Css Color HEX #96BBCE Regent St Blue

📋 copy color: '#96BBCE'

red 150 ◦ green 187 ◦ blue 206

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

Shades of Regent St Blue #96BBCE

Tints of Regent St Blue #96BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 27.62%
G = 34.44%
B = 37.94%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96BBCE (or 0x96BBCE) is known color: Regent St Blue. HEX triplet: 96, BB and CE. RGB value is (150,187,206). Sum of RGB (Red+Green+Blue) = 150+187+206=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCE is #694431. Grayscale: #B1B1B1. Windows color (decimal): -6898738 or 13548438. OLE color: 13548438.

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

Color convert

RGB 150 187 206 -
CMYK 0.27 0.09 0 0.19
HSL 200.36º 0.36% 0.7% -
HSV(B) 200.36º 0.27% 0.81% -
XYZ 41.49 46.48 65.18 -
YUV 178.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 150 187 206 0.27 0.09 0 0.19 200.36 0.36 0.7
Hex 96 BB CE 1B 9 0 13 C8 24 46
Octal 226 273 316 33 11 0 23 310 44 106
Binary 10010110 10111011 11001110 11011 1001 0 10011 11001000 100100 1000110

Color Harmonies of #96BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BBCE

Black with #96BBCE

Text Example


Text Example

White with #96BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,206); }

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

background-color css

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

 a { background-color: rgb(150,187,206); }

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

border-color css

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

 span { border-color: rgb(150,187,206); }

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