Html Css Color HEX #96DFFE Columbia Blue

📋 copy color: '#96DFFE'

red 150 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #96DFFE

Tints of Columbia Blue #96DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

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

R = 23.92%
G = 35.57%
B = 40.51%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96DFFE (or 0x96DFFE) is known color: Columbia Blue. HEX triplet: 96, DF and FE. RGB value is (150,223,254). Sum of RGB (Red+Green+Blue) = 150+223+254=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #96DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFFE is #692001. Grayscale: #CCCCCC. Windows color (decimal): -6889474 or 16703382. OLE color: 16703382.

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

Color convert

RGB 150 223 254 -
CMYK 0.41 0.12 0 0.00
HSL 197.88º 0.98% 0.79% -
HSV(B) 197.88º 0.41% 1% -
XYZ 56.85 66.42 103.59 -
YUV 204.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 150 223 254 0.41 0.12 0 0.00 197.88 0.98 0.79
Hex 96 DF FE 29 C 0 0 C6 62 4F
Octal 226 337 376 51 14 0 0 306 142 117
Binary 10010110 11011111 11111110 101001 1100 0 0 11000110 1100010 1001111

Color Harmonies of #96DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFFE

Black with #96DFFE

Text Example


Text Example

White with #96DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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