Html Css Color HEX #96D4F6 Columbia Blue

📋 copy color: '#96D4F6'

red 150 ◦ green 212 ◦ blue 246

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

Shades of Columbia Blue #96D4F6

Tints of Columbia Blue #96D4F6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.87%

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

R = 24.67%
G = 34.87%
B = 40.46%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96D4F6 (or 0x96D4F6) is known color: Columbia Blue. HEX triplet: 96, D4 and F6. RGB value is (150,212,246). Sum of RGB (Red+Green+Blue) = 150+212+246=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #96D4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D4F6 is #692B09. Grayscale: #C5C5C5. Windows color (decimal): -6892298 or 16176278. OLE color: 16176278.

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

Color convert

RGB 150 212 246 -
CMYK 0.39 0.14 0 0.04
HSL 201.25º 0.84% 0.78% -
HSV(B) 201.25º 0.39% 0.96% -
XYZ 52.76 60.22 96.03 -
YUV 197.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 150 212 246 0.39 0.14 0 0.04 201.25 0.84 0.78
Hex 96 D4 F6 27 E 0 4 C9 54 4E
Octal 226 324 366 47 16 0 4 311 124 116
Binary 10010110 11010100 11110110 100111 1110 0 100 11001001 1010100 1001110

Color Harmonies of #96D4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4F6

Black with #96D4F6

Text Example


Text Example

White with #96D4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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