Html Css Color HEX #96BDF2 Cornflower

📋 copy color: '#96BDF2'

red 150 ◦ green 189 ◦ blue 242

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

Shades of Cornflower #96BDF2

Tints of Cornflower #96BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.53%

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

R = 25.82%
G = 32.53%
B = 41.65%

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

#96BDF2 (or 0x96BDF2) is known color: Cornflower. HEX triplet: 96, BD and F2. RGB value is (150,189,242). Sum of RGB (Red+Green+Blue) = 150+189+242=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #96BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF2 is #69420D. Grayscale: #B7B7B7. Windows color (decimal): -6898190 or 15908246. OLE color: 15908246.

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

Color convert

RGB 150 189 242 -
CMYK 0.38 0.22 0 0.05
HSL 214.57º 0.78% 0.77% -
HSV(B) 214.57º 0.38% 0.95% -
XYZ 46.8 49.29 91.05 -
YUV 183.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 150 189 242 0.38 0.22 0 0.05 214.57 0.78 0.77
Hex 96 BD F2 26 16 0 5 D7 4E 4D
Octal 226 275 362 46 26 0 5 327 116 115
Binary 10010110 10111101 11110010 100110 10110 0 101 11010111 1001110 1001101

Color Harmonies of #96BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF2

Black with #96BDF2

Text Example


Text Example

White with #96BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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