Html Css Color HEX #96BFF2 Cornflower

📋 copy color: '#96BFF2'

red 150 ◦ green 191 ◦ blue 242

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

Shades of Cornflower #96BFF2

Tints of Cornflower #96BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 25.73%
G = 32.76%
B = 41.51%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96BFF2 (or 0x96BFF2) is known color: Cornflower. HEX triplet: 96, BF and F2. RGB value is (150,191,242). Sum of RGB (Red+Green+Blue) = 150+191+242=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #96BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFF2 is #69400D. Grayscale: #B8B8B8. Windows color (decimal): -6897678 or 15908758. OLE color: 15908758.

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

Color convert

RGB 150 191 242 -
CMYK 0.38 0.21 0 0.05
HSL 213.26º 0.78% 0.77% -
HSV(B) 213.26º 0.38% 0.95% -
XYZ 47.24 50.16 91.2 -
YUV 184.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 150 191 242 0.38 0.21 0 0.05 213.26 0.78 0.77
Hex 96 BF F2 26 15 0 5 D5 4E 4D
Octal 226 277 362 46 25 0 5 325 116 115
Binary 10010110 10111111 11110010 100110 10101 0 101 11010101 1001110 1001101

Color Harmonies of #96BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFF2

Black with #96BFF2

Text Example


Text Example

White with #96BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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