Html Css Color HEX #96DBF1 Columbia Blue

📋 copy color: '#96DBF1'

red 150 ◦ green 219 ◦ blue 241

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

Shades of Columbia Blue #96DBF1

Tints of Columbia Blue #96DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 24.59%
G = 35.9%
B = 39.51%

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

#96DBF1 (or 0x96DBF1) is known color: Columbia Blue. HEX triplet: 96, DB and F1. RGB value is (150,219,241). Sum of RGB (Red+Green+Blue) = 150+219+241=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #96DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBF1 is #69240E. Grayscale: #C8C8C8. Windows color (decimal): -6890511 or 15850390. OLE color: 15850390.

HSL color Cylindrical-coordinate representation of color #96DBF1: hue angle of 194.51º degrees, saturation: 0.76, 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 #96DBF1 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 219 241 -
CMYK 0.38 0.09 0 0.05
HSL 194.51º 0.76% 0.77% -
HSV(B) 194.51º 0.38% 0.95% -
XYZ 53.79 63.5 92.64 -
YUV 200.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 150 219 241 0.38 0.09 0 0.05 194.51 0.76 0.77
Hex 96 DB F1 26 9 0 5 C3 4C 4D
Octal 226 333 361 46 11 0 5 303 114 115
Binary 10010110 11011011 11110001 100110 1001 0 101 11000011 1001100 1001101

Color Harmonies of #96DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBF1

Black with #96DBF1

Text Example


Text Example

White with #96DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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