Html Css Color HEX #96D2FE Columbia Blue

📋 copy color: '#96D2FE'

red 150 ◦ green 210 ◦ blue 254

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

Shades of Columbia Blue #96D2FE

Tints of Columbia Blue #96D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

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

R = 24.43%
G = 34.2%
B = 41.37%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96D2FE (or 0x96D2FE) is known color: Columbia Blue. HEX triplet: 96, D2 and FE. RGB value is (150,210,254). Sum of RGB (Red+Green+Blue) = 150+210+254=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #96D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2FE is #692D01. Grayscale: #C4C4C4. Windows color (decimal): -6892802 or 16700054. OLE color: 16700054.

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

Color convert

RGB 150 210 254 -
CMYK 0.41 0.17 0 0.00
HSL 205.38º 0.98% 0.79% -
HSV(B) 205.38º 0.41% 1% -
XYZ 53.51 59.73 102.48 -
YUV 197.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 150 210 254 0.41 0.17 0 0.00 205.38 0.98 0.79
Hex 96 D2 FE 29 11 0 0 CD 62 4F
Octal 226 322 376 51 21 0 0 315 142 117
Binary 10010110 11010010 11111110 101001 10001 0 0 11001101 1100010 1001111

Color Harmonies of #96D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D2FE

Black with #96D2FE

Text Example


Text Example

White with #96D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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