Html Css Color HEX #96E1FD Columbia Blue

📋 copy color: '#96E1FD'

red 150 ◦ green 225 ◦ blue 253

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

Shades of Columbia Blue #96E1FD

Tints of Columbia Blue #96E1FD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

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

R = 23.89%
G = 35.83%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96E1FD (or 0x96E1FD) is known color: Columbia Blue. HEX triplet: 96, E1 and FD. RGB value is (150,225,253). Sum of RGB (Red+Green+Blue) = 150+225+253=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #96E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E1FD is #691E02. Grayscale: #CDCDCD. Windows color (decimal): -6888963 or 16638358. OLE color: 16638358.

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

Color convert

RGB 150 225 253 -
CMYK 0.41 0.11 0 0.01
HSL 196.31º 0.96% 0.79% -
HSV(B) 196.31º 0.41% 0.99% -
XYZ 57.23 67.43 102.93 -
YUV 205.77 154.65 88.22 -
System Red Green Blue C M Y K H S L
Decimal 150 225 253 0.41 0.11 0 0.01 196.31 0.96 0.79
Hex 96 E1 FD 29 B 0 1 C4 60 4F
Octal 226 341 375 51 13 0 1 304 140 117
Binary 10010110 11100001 11111101 101001 1011 0 1 11000100 1100000 1001111

Color Harmonies of #96E1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1FD

Black with #96E1FD

Text Example


Text Example

White with #96E1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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