Html Css Color HEX #96CDF4 Cornflower

📋 copy color: '#96CDF4'

red 150 ◦ green 205 ◦ blue 244

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

Shades of Cornflower #96CDF4

Tints of Cornflower #96CDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.22%

 BLUE value IS 244 (95.7% from 255) = 40.73%

R = 25.04%
G = 34.22%
B = 40.73%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96CDF4 (or 0x96CDF4) is known color: Cornflower. HEX triplet: 96, CD and F4. RGB value is (150,205,244). Sum of RGB (Red+Green+Blue) = 150+205+244=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #96CDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDF4 is #69320B. Grayscale: #C0C0C0. Windows color (decimal): -6894092 or 16043414. OLE color: 16043414.

HSL color Cylindrical-coordinate representation of color #96CDF4: hue angle of 204.89º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96CDF4 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 205 244 -
CMYK 0.39 0.16 0 0.04
HSL 204.89º 0.81% 0.77% -
HSV(B) 204.89º 0.39% 0.96% -
XYZ 50.74 56.68 93.85 -
YUV 193 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 150 205 244 0.39 0.16 0 0.04 204.89 0.81 0.77
Hex 96 CD F4 27 10 0 4 CD 51 4D
Octal 226 315 364 47 20 0 4 315 121 115
Binary 10010110 11001101 11110100 100111 10000 0 100 11001101 1010001 1001101

Color Harmonies of #96CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CDF4

Black with #96CDF4

Text Example


Text Example

White with #96CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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