Html Css Color HEX #96DFF6 Columbia Blue

📋 copy color: '#96DFF6'

red 150 ◦ green 223 ◦ blue 246

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

Shades of Columbia Blue #96DFF6

Tints of Columbia Blue #96DFF6

RGB

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

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

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

R = 24.23%
G = 36.03%
B = 39.74%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96DFF6 (or 0x96DFF6) is known color: Columbia Blue. HEX triplet: 96, DF and F6. RGB value is (150,223,246). Sum of RGB (Red+Green+Blue) = 150+223+246=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #96DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFF6 is #692009. Grayscale: #CBCBCB. Windows color (decimal): -6889482 or 16179094. OLE color: 16179094.

HSL color Cylindrical-coordinate representation of color #96DFF6: hue angle of 194.38º 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 #96DFF6 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 223 246 -
CMYK 0.39 0.09 0 0.04
HSL 194.38º 0.84% 0.78% -
HSV(B) 194.38º 0.39% 0.96% -
XYZ 55.6 65.91 96.98 -
YUV 203.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 150 223 246 0.39 0.09 0 0.04 194.38 0.84 0.78
Hex 96 DF F6 27 9 0 4 C2 54 4E
Octal 226 337 366 47 11 0 4 302 124 116
Binary 10010110 11011111 11110110 100111 1001 0 100 11000010 1010100 1001110

Color Harmonies of #96DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFF6

Black with #96DFF6

Text Example


Text Example

White with #96DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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