Html Css Color HEX #96BFF0 Cornflower

📋 copy color: '#96BFF0'

red 150 ◦ green 191 ◦ blue 240

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

Shades of Cornflower #96BFF0

Tints of Cornflower #96BFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.87%

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 25.82%
G = 32.87%
B = 41.31%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96BFF0 (or 0x96BFF0) is known color: Cornflower. HEX triplet: 96, BF and F0. RGB value is (150,191,240). Sum of RGB (Red+Green+Blue) = 150+191+240=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #96BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFF0 is #69400F. Grayscale: #B8B8B8. Windows color (decimal): -6897680 or 15777686. OLE color: 15777686.

HSL color Cylindrical-coordinate representation of color #96BFF0: hue angle of 212.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BFF0 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 191 240 -
CMYK 0.37 0.20 0 0.06
HSL 212.67º 0.75% 0.76% -
HSV(B) 212.67º 0.38% 0.94% -
XYZ 46.94 50.04 89.62 -
YUV 184.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 150 191 240 0.37 0.20 0 0.06 212.67 0.75 0.76
Hex 96 BF F0 25 14 0 6 D5 4B 4C
Octal 226 277 360 45 24 0 6 325 113 114
Binary 10010110 10111111 11110000 100101 10100 0 110 11010101 1001011 1001100

Color Harmonies of #96BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFF0

Black with #96BFF0

Text Example


Text Example

White with #96BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,240); }

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

background-color css

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

 a { background-color: rgb(150,191,240); }

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

border-color css

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

 span { border-color: rgb(150,191,240); }

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