Html Css Color HEX #96CFDB Regent St Blue

📋 copy color: '#96CFDB'

red 150 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #96CFDB

Tints of Regent St Blue #96CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 26.04%
G = 35.94%
B = 38.02%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96CFDB (or 0x96CFDB) is known color: Regent St Blue. HEX triplet: 96, CF and DB. RGB value is (150,207,219). Sum of RGB (Red+Green+Blue) = 150+207+219=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #96CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDB is #693024. Grayscale: #BFBFBF. Windows color (decimal): -6893605 or 14405526. OLE color: 14405526.

HSL color Cylindrical-coordinate representation of color #96CFDB: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CFDB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 207 219 -
CMYK 0.32 0.05 0 0.14
HSL 190.43º 0.49% 0.72% -
HSV(B) 190.43º 0.32% 0.86% -
XYZ 47.68 56.22 75.36 -
YUV 191.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 150 207 219 0.32 0.05 0 0.14 190.43 0.49 0.72
Hex 96 CF DB 20 5 0 E BE 31 48
Octal 226 317 333 40 5 0 16 276 61 110
Binary 10010110 11001111 11011011 100000 101 0 1110 10111110 110001 1001000

Color Harmonies of #96CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFDB

Black with #96CFDB

Text Example


Text Example

White with #96CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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