#96CDF1

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

Shades of Cornflower #96CDF1

Tints of Cornflower #96CDF1

Color information

#96CDF1 (or 0x96CDF1) is unknown color: approx Cornflower. HEX triplet: 96, CD and F1. RGB value is (150,205,241). Sum of RGB (Red+Green+Blue) = 150+205+241=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #96CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDF1 is #69320E. Grayscale: #C0C0C0. Windows color (decimal): -6894095 or 15846806. OLE color: 15846806.

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

Color convert

RGB150205241-
CMYK0.380.1500.05
HSL203.74º76.47%76.67%-
HSV(B)203.74º37.76%94.51%-
XYZ50.2956.591.47-
YUV192.66155.2897.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.17%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=25.17%
G=34.40%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502052410.380.1500.05203.7476.4776.67
Hex96CDF126F05cc4c4d
Octal226315361461705314114115
Binary100101101100110111110001100110111101011100110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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