Html Css Color HEX #96D0DA Regent St Blue

📋 copy color: '#96D0DA'

red 150 ◦ green 208 ◦ blue 218

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

Shades of Regent St Blue #96D0DA

Tints of Regent St Blue #96D0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 26.04%
G = 36.11%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96D0DA (or 0x96D0DA) is known color: Regent St Blue. HEX triplet: 96, D0 and DA. RGB value is (150,208,218). Sum of RGB (Red+Green+Blue) = 150+208+218=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D0DA is #692F25. Grayscale: #BFBFBF. Windows color (decimal): -6893350 or 14340246. OLE color: 14340246.

HSL color Cylindrical-coordinate representation of color #96D0DA: hue angle of 188.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D0DA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 208 218 -
CMYK 0.31 0.05 0 0.15
HSL 188.82º 0.48% 0.72% -
HSV(B) 188.82º 0.31% 0.85% -
XYZ 47.79 56.66 74.75 -
YUV 191.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 150 208 218 0.31 0.05 0 0.15 188.82 0.48 0.72
Hex 96 D0 DA 1F 5 0 F BD 30 48
Octal 226 320 332 37 5 0 17 275 60 110
Binary 10010110 11010000 11011010 11111 101 0 1111 10111101 110000 1001000

Color Harmonies of #96D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0DA

Black with #96D0DA

Text Example


Text Example

White with #96D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,218); }

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

background-color css

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

 a { background-color: rgb(150,208,218); }

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

border-color css

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

 span { border-color: rgb(150,208,218); }

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