Html Css Color HEX #96EFFF Columbia Blue

📋 copy color: '#96EFFF'

red 150 ◦ green 239 ◦ blue 255

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

Shades of Columbia Blue #96EFFF

Tints of Columbia Blue #96EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.11%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 23.29%
G = 37.11%
B = 39.6%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96EFFF (or 0x96EFFF) is known color: Columbia Blue. HEX triplet: 96, EF and FF. RGB value is (150,239,255). Sum of RGB (Red+Green+Blue) = 150+239+255=644 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.29% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #96EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFFF is #691000. Grayscale: #D6D6D6. Windows color (decimal): -6885377 or 16773014. OLE color: 16773014.

HSL color Cylindrical-coordinate representation of color #96EFFF: hue angle of 189.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96EFFF is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 239 255 -
CMYK 0.41 0.06 0 0
HSL 189.14º 1% 0.79% -
HSV(B) 189.14º 0.41% 1% -
XYZ 61.49 75.44 105.93 -
YUV 214.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 150 239 255 0.41 0.06 0 0 189.14 1 0.79
Hex 96 EF FF 29 6 0 0 BD 64 4F
Octal 226 357 377 51 6 0 0 275 144 117
Binary 10010110 11101111 11111111 101001 110 0 0 10111101 1100100 1001111

Color Harmonies of #96EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFFF

Black with #96EFFF

Text Example


Text Example

White with #96EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,255); }

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

background-color css

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

 a { background-color: rgb(150,239,255); }

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

border-color css

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

 span { border-color: rgb(150,239,255); }

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