Html Css Color HEX #96DDFF Columbia Blue

📋 copy color: '#96DDFF'

red 150 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #96DDFF

Tints of Columbia Blue #96DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.3%

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

R = 23.96%
G = 35.3%
B = 40.73%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96DDFF (or 0x96DDFF) is known color: Columbia Blue. HEX triplet: 96, DD and FF. RGB value is (150,221,255). Sum of RGB (Red+Green+Blue) = 150+221+255=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDFF is #692200. Grayscale: #CBCBCB. Windows color (decimal): -6889985 or 16768406. OLE color: 16768406.

HSL color Cylindrical-coordinate representation of color #96DDFF: hue angle of 199.43º 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 #96DDFF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 221 255 -
CMYK 0.41 0.13 0 0
HSL 199.43º 1% 0.79% -
HSV(B) 199.43º 0.41% 1% -
XYZ 56.48 65.42 104.26 -
YUV 203.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 150 221 255 0.41 0.13 0 0 199.43 1 0.79
Hex 96 DD FF 29 D 0 0 C7 64 4F
Octal 226 335 377 51 15 0 0 307 144 117
Binary 10010110 11011101 11111111 101001 1101 0 0 11000111 1100100 1001111

Color Harmonies of #96DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDFF

Black with #96DDFF

Text Example


Text Example

White with #96DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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