Html Css Color HEX #96E0FA Columbia Blue

📋 copy color: '#96E0FA'

red 150 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #96E0FA

Tints of Columbia Blue #96E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 24.04%
G = 35.9%
B = 40.06%

CMYK

 C value IS 0.4

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96E0FA (or 0x96E0FA) is known color: Columbia Blue. HEX triplet: 96, E0 and FA. RGB value is (150,224,250). Sum of RGB (Red+Green+Blue) = 150+224+250=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #96E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E0FA is #691F05. Grayscale: #CCCCCC. Windows color (decimal): -6889222 or 16441494. OLE color: 16441494.

HSL color Cylindrical-coordinate representation of color #96E0FA: hue angle of 195.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E0FA is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 224 250 -
CMYK 0.4 0.10 0 0.02
HSL 195.6º 0.91% 0.78% -
HSV(B) 195.6º 0.4% 0.98% -
XYZ 56.49 66.7 100.34 -
YUV 204.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 150 224 250 0.4 0.10 0 0.02 195.6 0.91 0.78
Hex 96 E0 FA 28 A 0 2 C4 5B 4E
Octal 226 340 372 50 12 0 2 304 133 116
Binary 10010110 11100000 11111010 101000 1010 0 10 11000100 1011011 1001110

Color Harmonies of #96E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0FA

Black with #96E0FA

Text Example


Text Example

White with #96E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,250); }

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

background-color css

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

 a { background-color: rgb(150,224,250); }

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

border-color css

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

 span { border-color: rgb(150,224,250); }

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