Html Css Color HEX #96C8F7 Cornflower

📋 copy color: '#96C8F7'

red 150 ◦ green 200 ◦ blue 247

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

Shades of Cornflower #96C8F7

Tints of Cornflower #96C8F7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 25.13%
G = 33.5%
B = 41.37%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96C8F7 (or 0x96C8F7) is known color: Cornflower. HEX triplet: 96, C8 and F7. RGB value is (150,200,247). Sum of RGB (Red+Green+Blue) = 150+200+247=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #96C8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8F7 is #693708. Grayscale: #BEBEBE. Windows color (decimal): -6895369 or 16238742. OLE color: 16238742.

HSL color Cylindrical-coordinate representation of color #96C8F7: hue angle of 209.07º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C8F7 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 200 247 -
CMYK 0.39 0.19 0 0.03
HSL 209.07º 0.86% 0.78% -
HSV(B) 209.07º 0.39% 0.97% -
XYZ 50.02 54.51 95.88 -
YUV 190.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 150 200 247 0.39 0.19 0 0.03 209.07 0.86 0.78
Hex 96 C8 F7 27 13 0 3 D1 56 4E
Octal 226 310 367 47 23 0 3 321 126 116
Binary 10010110 11001000 11110111 100111 10011 0 11 11010001 1010110 1001110

Color Harmonies of #96C8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8F7

Black with #96C8F7

Text Example


Text Example

White with #96C8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,247); }

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

background-color css

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

 a { background-color: rgb(150,200,247); }

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

border-color css

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

 span { border-color: rgb(150,200,247); }

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