Html Css Color HEX #96BCF1 Cornflower

📋 copy color: '#96BCF1'

red 150 ◦ green 188 ◦ blue 241

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

Shades of Cornflower #96BCF1

Tints of Cornflower #96BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 25.91%
G = 32.47%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96BCF1 (or 0x96BCF1) is known color: Cornflower. HEX triplet: 96, BC and F1. RGB value is (150,188,241). Sum of RGB (Red+Green+Blue) = 150+188+241=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #96BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCF1 is #69430E. Grayscale: #B6B6B6. Windows color (decimal): -6898447 or 15842454. OLE color: 15842454.

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

Color convert

RGB 150 188 241 -
CMYK 0.38 0.22 0 0.05
HSL 214.95º 0.76% 0.77% -
HSV(B) 214.95º 0.38% 0.95% -
XYZ 46.44 48.8 90.19 -
YUV 182.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 150 188 241 0.38 0.22 0 0.05 214.95 0.76 0.77
Hex 96 BC F1 26 16 0 5 D7 4C 4D
Octal 226 274 361 46 26 0 5 327 114 115
Binary 10010110 10111100 11110001 100110 10110 0 101 11010111 1001100 1001101

Color Harmonies of #96BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCF1

Black with #96BCF1

Text Example


Text Example

White with #96BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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