#96DFFA

Color #96DFFA Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #96DFFA

Tints of Columbia Blue #96DFFA

Color information

#96DFFA (or 0x96DFFA) is unknown color: approx Columbia Blue. HEX triplet: 96, DF and FA. RGB value is (150,223,250). Sum of RGB (Red+Green+Blue) = 150+223+250=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #96DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFFA is #692005. Grayscale: #CCCCCC. Windows color (decimal): -6889478 or 16441238. OLE color: 16441238.

HSL color Cylindrical-coordinate representation of color #96DFFA: hue angle of 196.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DFFA is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150223250-
CMYK0.40.1100.02
HSL196.2º90.91%78.43%-
HSV(B)196.2º40%98.04%-
XYZ56.2266.16100.25-
YUV204.25153.8289.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.08%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=24.08%
G=35.79%
B=40.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502232500.40.1100.02196.290.9178.43
Hex96DFFA28B02c45b4e
Octal226337372501302304133116
Binary10010110110111111111101010100010110101100010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,250); }

 H1.HeaderClassName
 {
   color: #96DFFA;
 }
 .AnyTagClassName
 {
   color: #96DFFA;
 }
</style>
background-color css

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

 a { background-color: rgb(150,223,250); }

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

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

 span { border-color: rgb(150,223,250); }

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