Html Css Color HEX #96BDF3 Cornflower

📋 copy color: '#96BDF3'

red 150 ◦ green 189 ◦ blue 243

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

Shades of Cornflower #96BDF3

Tints of Cornflower #96BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.75%

R = 25.77%
G = 32.47%
B = 41.75%

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

#96BDF3 (or 0x96BDF3) is known color: Cornflower. HEX triplet: 96, BD and F3. RGB value is (150,189,243). Sum of RGB (Red+Green+Blue) = 150+189+243=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #96BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF3 is #69420C. Grayscale: #B7B7B7. Windows color (decimal): -6898189 or 15973782. OLE color: 15973782.

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

Color convert

RGB 150 189 243 -
CMYK 0.38 0.22 0 0.05
HSL 214.84º 0.79% 0.77% -
HSV(B) 214.84º 0.38% 0.95% -
XYZ 46.95 49.35 91.84 -
YUV 183.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 150 189 243 0.38 0.22 0 0.05 214.84 0.79 0.77
Hex 96 BD F3 26 16 0 5 D7 4F 4D
Octal 226 275 363 46 26 0 5 327 117 115
Binary 10010110 10111101 11110011 100110 10110 0 101 11010111 1001111 1001101

Color Harmonies of #96BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF3

Black with #96BDF3

Text Example


Text Example

White with #96BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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