Html Css Color HEX #96BDF8 Pale Cornflower Blue

📋 copy color: '#96BDF8'

red 150 ◦ green 189 ◦ blue 248

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

Shades of Pale Cornflower Blue #96BDF8

Tints of Pale Cornflower Blue #96BDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.25%

R = 25.55%
G = 32.2%
B = 42.25%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96BDF8 (or 0x96BDF8) is known color: Pale Cornflower Blue. HEX triplet: 96, BD and F8. RGB value is (150,189,248). Sum of RGB (Red+Green+Blue) = 150+189+248=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #96BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDF8 is #694207. Grayscale: #B7B7B7. Windows color (decimal): -6898184 or 16301462. OLE color: 16301462.

HSL color Cylindrical-coordinate representation of color #96BDF8: hue angle of 216.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BDF8 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 189 248 -
CMYK 0.40 0.24 0 0.03
HSL 216.12º 0.88% 0.78% -
HSV(B) 216.12º 0.4% 0.97% -
XYZ 47.72 49.66 95.88 -
YUV 184.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 150 189 248 0.40 0.24 0 0.03 216.12 0.88 0.78
Hex 96 BD F8 28 18 0 3 D8 58 4E
Octal 226 275 370 50 30 0 3 330 130 116
Binary 10010110 10111101 11111000 101000 11000 0 11 11011000 1011000 1001110

Color Harmonies of #96BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDF8

Black with #96BDF8

Text Example


Text Example

White with #96BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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