Html Css Color HEX #96CADA Regent St Blue

📋 copy color: '#96CADA'

red 150 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #96CADA

Tints of Regent St Blue #96CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.44%

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

R = 26.32%
G = 35.44%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96CADA (or 0x96CADA) is known color: Regent St Blue. HEX triplet: 96, CA and DA. RGB value is (150,202,218). Sum of RGB (Red+Green+Blue) = 150+202+218=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #96CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CADA is #693525. Grayscale: #BCBCBC. Windows color (decimal): -6894886 or 14338710. OLE color: 14338710.

HSL color Cylindrical-coordinate representation of color #96CADA: hue angle of 194.12º 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 #96CADA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 202 218 -
CMYK 0.31 0.07 0 0.15
HSL 194.12º 0.48% 0.72% -
HSV(B) 194.12º 0.31% 0.85% -
XYZ 46.35 53.79 74.27 -
YUV 188.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 150 202 218 0.31 0.07 0 0.15 194.12 0.48 0.72
Hex 96 CA DA 1F 7 0 F C2 30 48
Octal 226 312 332 37 7 0 17 302 60 110
Binary 10010110 11001010 11011010 11111 111 0 1111 11000010 110000 1001000

Color Harmonies of #96CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CADA

Black with #96CADA

Text Example


Text Example

White with #96CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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