Html Css Color HEX #96BDF0 Cornflower

📋 copy color: '#96BDF0'

red 150 ◦ green 189 ◦ blue 240

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

Shades of Cornflower #96BDF0

Tints of Cornflower #96BDF0

RGB

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

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

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

R = 25.91%
G = 32.64%
B = 41.45%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96BDF0 (or 0x96BDF0) is known color: Cornflower. HEX triplet: 96, BD and F0. RGB value is (150,189,240). Sum of RGB (Red+Green+Blue) = 150+189+240=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #96BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF0 is #69420F. Grayscale: #B6B6B6. Windows color (decimal): -6898192 or 15777174. OLE color: 15777174.

HSL color Cylindrical-coordinate representation of color #96BDF0: hue angle of 214º 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 #96BDF0 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 189 240 -
CMYK 0.37 0.21 0 0.06
HSL 214º 0.75% 0.76% -
HSV(B) 214º 0.38% 0.94% -
XYZ 46.5 49.17 89.48 -
YUV 183.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 150 189 240 0.37 0.21 0 0.06 214 0.75 0.76
Hex 96 BD F0 25 15 0 6 D6 4B 4C
Octal 226 275 360 45 25 0 6 326 113 114
Binary 10010110 10111101 11110000 100101 10101 0 110 11010110 1001011 1001100

Color Harmonies of #96BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF0

Black with #96BDF0

Text Example


Text Example

White with #96BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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