Html Css Color HEX #96D0FE Columbia Blue

📋 copy color: '#96D0FE'

red 150 ◦ green 208 ◦ blue 254

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

Shades of Columbia Blue #96D0FE

Tints of Columbia Blue #96D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.99%

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 24.51%
G = 33.99%
B = 41.5%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96D0FE (or 0x96D0FE) is known color: Columbia Blue. HEX triplet: 96, D0 and FE. RGB value is (150,208,254). Sum of RGB (Red+Green+Blue) = 150+208+254=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #96D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D0FE is #692F01. Grayscale: #C3C3C3. Windows color (decimal): -6893314 or 16699542. OLE color: 16699542.

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

Color convert

RGB 150 208 254 -
CMYK 0.41 0.18 0 0.00
HSL 206.54º 0.98% 0.79% -
HSV(B) 206.54º 0.41% 1% -
XYZ 53.02 58.75 102.31 -
YUV 195.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 150 208 254 0.41 0.18 0 0.00 206.54 0.98 0.79
Hex 96 D0 FE 29 12 0 0 CF 62 4F
Octal 226 320 376 51 22 0 0 317 142 117
Binary 10010110 11010000 11111110 101001 10010 0 0 11001111 1100010 1001111

Color Harmonies of #96D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0FE

Black with #96D0FE

Text Example


Text Example

White with #96D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,254); }

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

background-color css

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

 a { background-color: rgb(150,208,254); }

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

border-color css

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

 span { border-color: rgb(150,208,254); }

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