Html Css Color HEX #96DCF2 Columbia Blue

📋 copy color: '#96DCF2'

red 150 ◦ green 220 ◦ blue 242

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

Shades of Columbia Blue #96DCF2

Tints of Columbia Blue #96DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 24.51%
G = 35.95%
B = 39.54%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96DCF2 (or 0x96DCF2) is known color: Columbia Blue. HEX triplet: 96, DC and F2. RGB value is (150,220,242). Sum of RGB (Red+Green+Blue) = 150+220+242=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #96DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF2 is #69230D. Grayscale: #C9C9C9. Windows color (decimal): -6890254 or 15916182. OLE color: 15916182.

HSL color Cylindrical-coordinate representation of color #96DCF2: hue angle of 194.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96DCF2 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 220 242 -
CMYK 0.38 0.09 0 0.05
HSL 194.35º 0.78% 0.77% -
HSV(B) 194.35º 0.38% 0.95% -
XYZ 54.2 64.08 93.52 -
YUV 201.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 150 220 242 0.38 0.09 0 0.05 194.35 0.78 0.77
Hex 96 DC F2 26 9 0 5 C2 4E 4D
Octal 226 334 362 46 11 0 5 302 116 115
Binary 10010110 11011100 11110010 100110 1001 0 101 11000010 1001110 1001101

Color Harmonies of #96DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCF2

Black with #96DCF2

Text Example


Text Example

White with #96DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,242); }

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

background-color css

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

 a { background-color: rgb(150,220,242); }

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

border-color css

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

 span { border-color: rgb(150,220,242); }

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