Html Css Color HEX #96BDF6 Pale Cornflower Blue

📋 copy color: '#96BDF6'

red 150 ◦ green 189 ◦ blue 246

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

Shades of Pale Cornflower Blue #96BDF6

Tints of Pale Cornflower Blue #96BDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 25.64%
G = 32.31%
B = 42.05%

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

#96BDF6 (or 0x96BDF6) is known color: Pale Cornflower Blue. HEX triplet: 96, BD and F6. RGB value is (150,189,246). Sum of RGB (Red+Green+Blue) = 150+189+246=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #96BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF6 is #694209. Grayscale: #B7B7B7. Windows color (decimal): -6898186 or 16170390. OLE color: 16170390.

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

Color convert

RGB 150 189 246 -
CMYK 0.39 0.23 0 0.04
HSL 215.63º 0.84% 0.78% -
HSV(B) 215.63º 0.39% 0.96% -
XYZ 47.41 49.53 94.25 -
YUV 183.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 150 189 246 0.39 0.23 0 0.04 215.63 0.84 0.78
Hex 96 BD F6 27 17 0 4 D8 54 4E
Octal 226 275 366 47 27 0 4 330 124 116
Binary 10010110 10111101 11110110 100111 10111 0 100 11011000 1010100 1001110

Color Harmonies of #96BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF6

Black with #96BDF6

Text Example


Text Example

White with #96BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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