Html Css Color HEX #96DFF8 Columbia Blue

📋 copy color: '#96DFF8'

red 150 ◦ green 223 ◦ blue 248

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

Shades of Columbia Blue #96DFF8

Tints of Columbia Blue #96DFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.91%

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

R = 24.15%
G = 35.91%
B = 39.94%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96DFF8 (or 0x96DFF8) is known color: Columbia Blue. HEX triplet: 96, DF and F8. RGB value is (150,223,248). Sum of RGB (Red+Green+Blue) = 150+223+248=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #96DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFF8 is #692007. Grayscale: #CBCBCB. Windows color (decimal): -6889480 or 16310166. OLE color: 16310166.

HSL color Cylindrical-coordinate representation of color #96DFF8: hue angle of 195.31º 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 #96DFF8 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 223 248 -
CMYK 0.40 0.10 0 0.03
HSL 195.31º 0.88% 0.78% -
HSV(B) 195.31º 0.4% 0.97% -
XYZ 55.91 66.04 98.61 -
YUV 204.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 150 223 248 0.40 0.10 0 0.03 195.31 0.88 0.78
Hex 96 DF F8 28 A 0 3 C3 58 4E
Octal 226 337 370 50 12 0 3 303 130 116
Binary 10010110 11011111 11111000 101000 1010 0 11 11000011 1011000 1001110

Color Harmonies of #96DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFF8

Black with #96DFF8

Text Example


Text Example

White with #96DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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