Html Css Color HEX #96E5FD Columbia Blue

📋 copy color: '#96E5FD'

red 150 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #96E5FD

Tints of Columbia Blue #96E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.23%

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 23.73%
G = 36.23%
B = 40.03%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96E5FD (or 0x96E5FD) is known color: Columbia Blue. HEX triplet: 96, E5 and FD. RGB value is (150,229,253). Sum of RGB (Red+Green+Blue) = 150+229+253=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #96E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E5FD is #691A02. Grayscale: #CFCFCF. Windows color (decimal): -6887939 or 16639382. OLE color: 16639382.

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

Color convert

RGB 150 229 253 -
CMYK 0.41 0.09 0 0.01
HSL 193.98º 0.96% 0.79% -
HSV(B) 193.98º 0.41% 0.99% -
XYZ 58.33 69.61 103.29 -
YUV 208.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 150 229 253 0.41 0.09 0 0.01 193.98 0.96 0.79
Hex 96 E5 FD 29 9 0 1 C2 60 4F
Octal 226 345 375 51 11 0 1 302 140 117
Binary 10010110 11100101 11111101 101001 1001 0 1 11000010 1100000 1001111

Color Harmonies of #96E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5FD

Black with #96E5FD

Text Example


Text Example

White with #96E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,253); }

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

background-color css

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

 a { background-color: rgb(150,229,253); }

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

border-color css

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

 span { border-color: rgb(150,229,253); }

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