Html Css Color HEX #96BDF4 Cornflower

📋 copy color: '#96BDF4'

red 150 ◦ green 189 ◦ blue 244

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

Shades of Cornflower #96BDF4

Tints of Cornflower #96BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.85%

R = 25.73%
G = 32.42%
B = 41.85%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96BDF4 (or 0x96BDF4) is known color: Cornflower. HEX triplet: 96, BD and F4. RGB value is (150,189,244). Sum of RGB (Red+Green+Blue) = 150+189+244=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #96BDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF4 is #69420B. Grayscale: #B7B7B7. Windows color (decimal): -6898188 or 16039318. OLE color: 16039318.

HSL color Cylindrical-coordinate representation of color #96BDF4: hue angle of 215.11º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96BDF4 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 189 244 -
CMYK 0.39 0.23 0 0.04
HSL 215.11º 0.81% 0.77% -
HSV(B) 215.11º 0.39% 0.96% -
XYZ 47.1 49.41 92.64 -
YUV 183.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 150 189 244 0.39 0.23 0 0.04 215.11 0.81 0.77
Hex 96 BD F4 27 17 0 4 D7 51 4D
Octal 226 275 364 47 27 0 4 327 121 115
Binary 10010110 10111101 11110100 100111 10111 0 100 11010111 1010001 1001101

Color Harmonies of #96BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF4

Black with #96BDF4

Text Example


Text Example

White with #96BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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